Skip to content

Commit 1167ec6

Browse files
committed
MC-24548: collect-totals API call not updating the selected shippingMethod
1 parent 2226143 commit 1167ec6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev/tests/integration/testsuite/Magento/Eav/Model/ResourceModel/UpdateHandler/ExecuteProcessForAllStoresTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
class ExecuteProcessForAllStoresTest extends UpdateHandlerAbstract
1919
{
2020
/**
21-
* @covers \Magento\Eav\Model\ResourceModel\UpdateHandler::execute
21+
* @covers \Magento\Eav\Model\ResourceModel\UpdateHandler::execute
2222
* @magentoDataFixture Magento/Catalog/_files/product_simple.php
2323
* @dataProvider getAllStoresDataProvider
2424
* @param $code

dev/tests/integration/testsuite/Magento/Eav/Model/ResourceModel/UpdateHandler/ExecuteProcessForCustomAttributeInCustomStoreTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
class ExecuteProcessForCustomAttributeInCustomStoreTest extends UpdateHandlerAbstract
2121
{
2222
/**
23-
* @covers \Magento\Eav\Model\ResourceModel\UpdateHandlerTest::execute
23+
* @covers \Magento\Eav\Model\ResourceModel\UpdateHandler::execute
2424
* @magentoDataFixture Magento/Catalog/_files/product_simple.php
2525
* @magentoDataFixture Magento/Catalog/_files/dropdown_attribute.php
2626
* @magentoDataFixture Magento/Store/_files/second_store.php

dev/tests/integration/testsuite/Magento/Eav/Model/ResourceModel/UpdateHandler/ExecuteProcessForCustomStoreTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
class ExecuteProcessForCustomStoreTest extends UpdateHandlerAbstract
2020
{
2121
/**
22-
* @covers \Magento\Eav\Model\ResourceModel\UpdateHandlerTest::execute
22+
* @covers \Magento\Eav\Model\ResourceModel\UpdateHandler::execute
2323
* @magentoDataFixture Magento/Catalog/_files/product_simple.php
2424
* @magentoDataFixture Magento/Store/_files/second_store.php
2525
* @dataProvider getCustomStoreDataProvider

0 commit comments

Comments
 (0)