Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

26 строки
1.2 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\Sales\Model\ResourceModel\Order">
  10. <plugin name="authorization" type="Magento\Sales\Model\ResourceModel\Order\Plugin\Authorization" />
  11. </type>
  12. <type name="Magento\Sales\Api\ShipmentRepositoryInterface">
  13. <plugin name="convert_blob_to_string" type="Magento\Sales\Plugin\ShippingLabelConverter" />
  14. </type>
  15. <type name="Magento\Framework\Reflection\DataObjectProcessor">
  16. <arguments>
  17. <argument name="processors" xsi:type="array">
  18. <item name="Magento\Sales\Model\Order\Item" xsi:type="object">Magento\Sales\Model\Order\Webapi\ChangeOutputArray\Proxy</item>
  19. </argument>
  20. </arguments>
  21. </type>
  22. <type name="Magento\Sales\Model\Service\InvoiceService">
  23. <plugin name="addTransactionCommentAfterCapture" type="Magento\Sales\Plugin\Model\Service\Invoice\AddTransactionCommentAfterCapture"/>
  24. </type>
  25. </config>