Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

24 wiersze
979 B

  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
  9. <type name="Magento\Framework\Authorization">
  10. <plugin name="customerAuthorization" type="Magento\Customer\Model\Plugin\CustomerAuthorization" />
  11. </type>
  12. <type name="Magento\Customer\Model\Customer\AuthorizationComposite">
  13. <arguments>
  14. <argument name="authorizationChecks" xsi:type="array">
  15. <item name="soap_customer_authorization" xsi:type="object">
  16. Magento\Customer\Model\Customer\Authorization
  17. </item>
  18. </argument>
  19. </arguments>
  20. </type>
  21. <preference for="Magento\Customer\Api\AccountManagementInterface"
  22. type="Magento\Customer\Model\AccountManagementApi" />
  23. </config>