Skip to content

Commit c905c73

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 33b4766 commit c905c73

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/code/Magento/SalesRule/Test/Unit/Plugin/CouponUsageIncreamentForMultishippingTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717
declare(strict_types=1);
1818

19-
namespace Magento\SalesRule\Test\Unit\Model\Plugin;
19+
namespace Magento\SalesRule\Test\Unit\Plugin;
2020

2121
use Magento\Quote\Model\Quote;
2222
use Magento\Quote\Model\QuoteRepository;

app/code/Magento/SalesRule/etc/module.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<module name="Magento_Catalog"/>
1313
<module name="Magento_Sales"/>
1414
<module name="Magento_Quote"/>
15-
<module name="Magento_Multishipping"/>
1615
</sequence>
1716
</module>
1817
</config>

0 commit comments

Comments
 (0)