di.xml 1.1 KB

12345678910111213141516171819202122232425
  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\QuoteRepository">
  10. <plugin name="authorization" type="Magento\Quote\Model\QuoteRepository\Plugin\Authorization" />
  11. </type>
  12. <type name="Magento\Sales\Model\ResourceModel\Order">
  13. <plugin name="authorization" type="Magento\Sales\Model\ResourceModel\Order\Plugin\Authorization" />
  14. </type>
  15. <type name="Magento\Sales\Api\ShipmentRepositoryInterface">
  16. <plugin name="convert_blob_to_string" type="Magento\Sales\Plugin\ShippingLabelConverter" />
  17. </type>
  18. <type name="Magento\Framework\Reflection\DataObjectProcessor">
  19. <arguments>
  20. <argument name="processors" xsi:type="array">
  21. <item name="Magento\Sales\Model\Order\Item" xsi:type="object">Magento\Sales\Model\Order\Webapi\ChangeOutputArray\Proxy</item>
  22. </argument>
  23. </arguments>
  24. </type>
  25. </config>