Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

24 lignes
1.1 KiB

  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\Checkout\Model\GuestPaymentInformationManagement">
  10. <plugin name="inject_guest_address_for_nologin" type="Magento\Persistent\Model\Checkout\GuestPaymentInformationManagementPlugin" />
  11. </type>
  12. <type name="Magento\Checkout\Model\GuestShippingInformationManagement">
  13. <plugin name="persistent_convert_customer_cart_to_guest_cart"
  14. type="Magento\Persistent\Model\Checkout\GuestShippingInformationManagementPlugin"/>
  15. </type>
  16. <type name="Magento\Customer\Model\Customer\AuthorizationComposite">
  17. <arguments>
  18. <argument name="authorizationChecks" xsi:type="array">
  19. <item name="persistent_rest_customer_authorization" xsi:type="object">Magento\Persistent\Model\Customer\Authorization</item>
  20. </argument>
  21. </arguments>
  22. </type>
  23. </config>