We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5462d commit 51bbc99Copy full SHA for 51bbc99
app/code/Magento/Customer/etc/webapi_rest/di.xml
@@ -22,11 +22,6 @@
22
<type name="Magento\Customer\Api\CustomerRepositoryInterface">
23
<plugin name="updateCustomerByIdFromRequest" type="Magento\Customer\Model\Plugin\UpdateCustomer" />
24
</type>
25
- <type name="Magento\Customer\Model\Plugin\UpdateCustomer">
26
- <arguments>
27
- <argument name="userContext" xsi:type="object">Magento\Authorization\Model\UserContextInterface</argument>
28
- </arguments>
29
- </type>
30
<type name="Magento\Customer\Model\Customer\AuthorizationComposite">
31
<arguments>
32
<argument name="authorizationChecks" xsi:type="array">
0 commit comments