Skip to content

Commit 18e48ca

Browse files
committed
ACP2E-91: 503 Error on REST API customer create - /rest/all
1 parent ee8e8cf commit 18e48ca

File tree

2 files changed

+0
-10
lines changed
  • app/code/Magento/Webapi/etc

2 files changed

+0
-10
lines changed

app/code/Magento/Webapi/etc/webapi_rest/di.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,6 @@
8080
</argument>
8181
</arguments>
8282
</type>
83-
<type name="Magento\Webapi\Model\Plugin\Store\Model\Validation\StoreCodeValidator">
84-
<arguments>
85-
<argument name="invalidStoreCode" xsi:type="string">rest</argument>
86-
</arguments>
87-
</type>
8883
<type name="Magento\Store\Model\Validation\StoreCodeValidator">
8984
<plugin name="check_if_parsed_store_code_is_valid" type="Magento\Webapi\Model\Plugin\Store\Model\Validation\StoreCodeValidator"/>
9085
</type>

app/code/Magento/Webapi/etc/webapi_soap/di.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@
6363
</arguments>
6464
</type>
6565
<!-- End of configuration to check that permissions are checked on fields -->
66-
<type name="Magento\Webapi\Model\Plugin\Store\Model\Validation\StoreCodeValidator">
67-
<arguments>
68-
<argument name="invalidStoreCode" xsi:type="string">soap</argument>
69-
</arguments>
70-
</type>
7166
<type name="Magento\Store\Model\Validation\StoreCodeValidator">
7267
<plugin name="check_if_parsed_store_code_is_valid" type="Magento\Webapi\Model\Plugin\Store\Model\Validation\StoreCodeValidator"/>
7368
</type>

0 commit comments

Comments
 (0)