di.xml 986 B

1234567891011121314151617181920212223
  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\CompositeConfigProvider">
  10. <arguments>
  11. <argument name="configProviders" xsi:type="array">
  12. <item name="weee_config_provider" xsi:type="object">Magento\Weee\Model\WeeeConfigProvider</item>
  13. </argument>
  14. </arguments>
  15. </type>
  16. <type name="Magento\Framework\App\Action\AbstractAction">
  17. <plugin name="weee-app-action-dispatchController-context-plugin"
  18. type="Magento\Weee\Model\App\Action\ContextPlugin"/>
  19. </type>
  20. <type name="Magento\Checkout\CustomerData\Cart">
  21. <plugin name="cart_private_data_tax" type="Magento\Weee\Plugin\Checkout\CustomerData\Cart"/>
  22. </type>
  23. </config>