File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
app/code/Magento/Sales/etc/webapi_soap
dev/tests/api-functional/testsuite/Magento/Sales/Service/V1 Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 2626 <plugin name =" add_existing_product_options"
2727 type =" Magento\Sales\Plugin\Model\ResourceModel\Order\Relation\AddExistingItemProductOptions" />
2828 </type >
29- <type name =" Magento\Sales\Model\OrderRepository" >
30- <plugin name =" validate_billing_address_on_save"
31- type =" Magento\Sales\Plugin\Model\OrderRepositoryPlugin"
32- sortOrder =" 10" />
33- </type >
3429</config >
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ class OrderCreationValidationTest extends WebapiAbstract
3333 protected function setUp (): void
3434 {
3535 parent ::setUp ();
36+ $ this ->_markTestAsRestOnly ();
3637 $ this ->fixtures = DataFixtureStorageManager::getStorage ();
3738 }
3839
You can’t perform that action at this time.
0 commit comments