Skip to content

Commit e7410d7

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 0a0e14a commit e7410d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ class CouponUsagesIncrementMultishipping
4545
* @param UpdateCouponUsages $updateCouponUsages
4646
* @param CartRepositoryInterface $cartRepositoryInterface
4747
*/
48-
public function __construct(UpdateCouponUsages $updateCouponUsages, CartRepositoryInterface $cartRepositoryInterface)
48+
public function __construct(UpdateCouponUsages $updateCouponUsages,
49+
CartRepositoryInterface $cartRepositoryInterface)
4950
{
5051
$this->updateCouponUsages = $updateCouponUsages;
5152
$this->cartRepositoryInterface = $cartRepositoryInterface;

0 commit comments

Comments
 (0)