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 96
96
</argument >
97
97
</arguments >
98
98
</type >
99
+ <type name =" Magento\Quote\Model\Quote" >
100
+ <plugin name =" clear_addresses_after_product_delete" type =" Magento\Checkout\Plugin\Model\Quote\ResetQuoteAddresses" />
101
+ </type >
99
102
</config >
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ class ResetQuoteAddressesTest extends \PHPUnit\Framework\TestCase
22
22
/**
23
23
* @magentoDataFixture Magento/Checkout/_files/quote_with_virtual_product_and_address.php
24
24
*
25
+ * @magentoAppArea frontend
25
26
* @return void
26
27
*/
27
28
public function testAfterRemoveItem (): void
You can’t perform that action at this time.
0 commit comments