Skip to content

Commit 0381f22

Browse files
committed
ACP2E-497: Inventory Reservation Issue for refunds created via REST API
1 parent 8db1005 commit 0381f22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Quote/Model/ShippingMethodManagementTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ public function testTableRateFreeShipping()
146146
* @magentoDataFixture Magento\Quote\Test\Fixture\GuestCart as:cart
147147
* @magentoDataFixture Magento\Quote\Test\Fixture\AddProductToCart with:{"cart_id":"$cart.id$", "product_id":"$p1.id$"}
148148
* @magentoDataFixture Magento\Quote\Test\Fixture\AddProductToCart with:{"cart_id":"$cart.id$", "product_id":"$p2.id$"}
149-
* @magentoDataFixture Magento\Quote\Test\Fixture\SetBillingAddress with:{"cart_id":"$cart.id$"}
150-
* @magentoDataFixture Magento\Quote\Test\Fixture\SetShippingAddress with:{"cart_id":"$cart.id$"}
149+
* @magentoDataFixture Magento\Checkout\Test\Fixture\SetBillingAddress with:{"cart_id":"$cart.id$"}
150+
* @magentoDataFixture Magento\Checkout\Test\Fixture\SetShippingAddress with:{"cart_id":"$cart.id$"}
151151
* @magentoDataFixture Magento/OfflineShipping/_files/tablerates_price.php
152152
* @return void
153153
* @throws NoSuchEntityException

0 commit comments

Comments
 (0)