Skip to content

Commit 9b8dfb9

Browse files
Chhandak.BaruaChhandak.Barua
authored andcommitted
ACP2E-2519: The coupon code count does not update in the Time Used column in the Manage Coupon Codes tab if an order is placed with multi-shipping.
1 parent 730c97c commit 9b8dfb9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/code/Magento/SalesRule/Plugin/CouponUsagesIncrementMultishipping.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,9 @@
88
namespace Magento\SalesRule\Plugin;
99

1010
use Magento\Framework\Exception\NoSuchEntityException;
11-
use Magento\Quote\Model\Quote;
1211
use Magento\Quote\Model\QuoteRepository;
13-
use Magento\Sales\Api\Data\OrderInterface;
14-
use Magento\Sales\Model\Service\OrderService;
1512
use Magento\SalesRule\Model\Coupon\Quote\UpdateCouponUsages;
1613
use Magento\Multishipping\Model\Checkout\Type\Multishipping\PlaceOrderDefault;
17-
use Magento\Sales\Api\OrderManagementInterface;
1814

1915
/**
2016
* Increments number of coupon usages before placing order

0 commit comments

Comments
 (0)