Skip to content

Commit b96b542

Browse files
Merge branch 'AC-10541' into cia-2.4.8-beta1-develop-bugfix-05202024
2 parents b2b606e + c88ba86 commit b96b542

File tree

7 files changed

+22
-355
lines changed

7 files changed

+22
-355
lines changed

app/code/Magento/Customer/Plugin/Webapi/Controller/Rest/ValidateCustomerData.php

Lines changed: 0 additions & 56 deletions
This file was deleted.

app/code/Magento/Customer/Test/Unit/Plugin/Webapi/Controller/Rest/ValidateCustomerDataTest.php

Lines changed: 0 additions & 123 deletions
This file was deleted.

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
</argument>
3232
</arguments>
3333
</type>
34-
<type name="Magento\Webapi\Controller\Rest\ParamsOverrider">
35-
<plugin name="validateCustomerData" type="Magento\Customer\Plugin\Webapi\Controller\Rest\ValidateCustomerData" sortOrder="1" disabled="false" />
36-
</type>
3734
<preference for="Magento\Customer\Api\AccountManagementInterface"
3835
type="Magento\Customer\Model\AccountManagementApi" />
3936
</config>

app/code/Magento/Quote/Plugin/Webapi/Controller/Rest/ValidateQuoteData.php

Lines changed: 0 additions & 56 deletions
This file was deleted.

app/code/Magento/Quote/Test/Unit/Plugin/Webapi/Controller/Rest/ValidateQuoteDataTest.php

Lines changed: 0 additions & 114 deletions
This file was deleted.

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,4 @@
1919
<type name="Magento\Quote\Model\Quote">
2020
<plugin name="updateQuoteStoreId" type="Magento\Quote\Model\Quote\Plugin\UpdateQuoteStoreId" />
2121
</type>
22-
<type name="Magento\Webapi\Controller\Rest\ParamsOverrider">
23-
<plugin name="validateQuoteData" type="Magento\Quote\Plugin\Webapi\Controller\Rest\ValidateQuoteData" sortOrder="1" disabled="false" />
24-
</type>
2522
</config>

0 commit comments

Comments
 (0)