25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
994 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\Quote\Plugin\UpdateQuoteStore">
  10. <arguments>
  11. <argument name="quoteRepository" xsi:type="object">Magento\Quote\Model\QuoteRepository\Proxy</argument>
  12. <argument name="checkoutSession" xsi:type="object">Magento\Checkout\Model\Session\Proxy</argument>
  13. </arguments>
  14. </type>
  15. <type name="Magento\Store\Api\StoreCookieManagerInterface">
  16. <plugin name="update_quote_store_after_switch_store_view" type="Magento\Quote\Plugin\UpdateQuoteStore"/>
  17. </type>
  18. <type name="Magento\Customer\Model\ResourceModel\Customer">
  19. <plugin name="cart_recollect_on_group_change" type="Magento\Quote\Plugin\RecollectOnGroupChange"/>
  20. </type>
  21. </config>