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.
 
 
 
 
 
 

26 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\Quote\Model\AddressAdditionalDataProcessor">
  10. <plugin name="persistent_remember_me_checkbox_processor" type="Magento\Persistent\Model\Checkout\AddressDataProcessorPlugin" />
  11. </type>
  12. <type name="Magento\Customer\CustomerData\Customer">
  13. <plugin name="section_data" type="Magento\Persistent\Model\Plugin\CustomerData" />
  14. </type>
  15. <type name="Magento\Persistent\Model\Customer\Authorization">
  16. <arguments>
  17. <argument name="customerSession" xsi:type="object">Magento\Customer\Model\Session\Proxy</argument>
  18. </arguments>
  19. </type>
  20. <type name="Magento\Persistent\Helper\Session">
  21. <arguments>
  22. <argument name="checkoutSession" xsi:type="object">Magento\Checkout\Model\Session\Proxy</argument>
  23. </arguments>
  24. </type>
  25. </config>