Skip to content

Commit e7643b3

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 e7410d7 commit e7643b3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ class CouponUsagesIncrementMultishipping
4545
* @param UpdateCouponUsages $updateCouponUsages
4646
* @param CartRepositoryInterface $cartRepositoryInterface
4747
*/
48-
public function __construct(UpdateCouponUsages $updateCouponUsages,
49-
CartRepositoryInterface $cartRepositoryInterface)
50-
{
48+
public function __construct(
49+
UpdateCouponUsages $updateCouponUsages,
50+
CartRepositoryInterface $cartRepositoryInterface
51+
) {
5152
$this->updateCouponUsages = $updateCouponUsages;
5253
$this->cartRepositoryInterface = $cartRepositoryInterface;
5354
}

0 commit comments

Comments
 (0)