We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730c97c commit 9b8dfb9Copy full SHA for 9b8dfb9
app/code/Magento/SalesRule/Plugin/CouponUsagesIncrementMultishipping.php
@@ -8,13 +8,9 @@
8
namespace Magento\SalesRule\Plugin;
9
10
use Magento\Framework\Exception\NoSuchEntityException;
11
-use Magento\Quote\Model\Quote;
12
use Magento\Quote\Model\QuoteRepository;
13
-use Magento\Sales\Api\Data\OrderInterface;
14
-use Magento\Sales\Model\Service\OrderService;
15
use Magento\SalesRule\Model\Coupon\Quote\UpdateCouponUsages;
16
use Magento\Multishipping\Model\Checkout\Type\Multishipping\PlaceOrderDefault;
17
-use Magento\Sales\Api\OrderManagementInterface;
18
19
/**
20
* Increments number of coupon usages before placing order
0 commit comments