You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 line
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_soap_customer_authorization" xsi:type="object">Magento\Persistent\Model\Customer\Authorization</item>
  20. </argument>
  21. </arguments>
  22. </type>
  23. </config>