File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
app/code/Magento/Checkout/etc
dev/tests/integration/testsuite/Magento/Checkout/Plugin/Model/Quote Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 49
49
</argument >
50
50
</arguments >
51
51
</type >
52
- <type name =" Magento\Quote\Model\Quote" >
53
- <plugin name =" clear_addresses_after_product_delete" type =" Magento\Checkout\Plugin\Model\Quote\ResetQuoteAddresses" />
54
- </type >
55
52
</config >
Original file line number Diff line number Diff line change 95
95
</argument >
96
96
</arguments >
97
97
</type >
98
+ <type name =" Magento\Quote\Model\Quote" >
99
+ <plugin name =" clear_addresses_after_product_delete" type =" Magento\Checkout\Plugin\Model\Quote\ResetQuoteAddresses" />
100
+ </type >
98
101
</config >
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ class ResetQuoteAddressesTest extends \PHPUnit\Framework\TestCase
21
21
{
22
22
/**
23
23
* @magentoDataFixture Magento/Checkout/_files/quote_with_virtual_product_and_address.php
24
+ * @magentoAppArea frontend
24
25
*
25
26
* @return void
26
27
*/
You can’t perform that action at this time.
0 commit comments