Skip to content

Commit 51bbc99

Browse files
committed
AC-1821: Registered User & Customer API fixes
* redundant code is removed
1 parent bd5462d commit 51bbc99

File tree

1 file changed

+0
-5
lines changed
  • app/code/Magento/Customer/etc/webapi_rest

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
<type name="Magento\Customer\Api\CustomerRepositoryInterface">
2323
<plugin name="updateCustomerByIdFromRequest" type="Magento\Customer\Model\Plugin\UpdateCustomer" />
2424
</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>
3025
<type name="Magento\Customer\Model\Customer\AuthorizationComposite">
3126
<arguments>
3227
<argument name="authorizationChecks" xsi:type="array">

0 commit comments

Comments
 (0)