Skip to content

Commit b01c01e

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 6b5effc commit b01c01e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dev/tests/integration/testsuite/Magento/SalesRule/Plugin/CouponUsagesTest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ protected function tearDown(): void
107107
parent::tearDown();
108108
}
109109

110-
/**
111-
* Test increasing coupon usages after after order placing and decreasing after order cancellation.
112-
*
113-
* @magentoDataFixture Magento/SalesRule/_files/coupons_limited_order.php
114-
* @magentoDbIsolation disabled
115-
*/
110+
/**
111+
* Test increasing coupon usages after after order placing and decreasing after order cancellation.
112+
*
113+
* @magentoDataFixture Magento/SalesRule/_files/coupons_limited_order.php
114+
* @magentoDbIsolation disabled
115+
*/
116116
public function testSubmitQuoteAndCancelOrder()
117117
{
118118
$customerId = 1;

0 commit comments

Comments
 (0)