di.xml 853 B

12345678910111213141516
  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"
  9. xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
  10. <preference for="Magento\InventoryCatalogApi\Model\BulkSourceAssignValidatorInterface"
  11. type="Magento\InventoryCatalogApi\Model\BulkSourceAssignValidatorChain" />
  12. <preference for="Magento\InventoryCatalogApi\Model\BulkSourceUnassignValidatorInterface"
  13. type="Magento\InventoryCatalogApi\Model\BulkSourceUnassignValidatorChain" />
  14. <preference for="Magento\InventoryCatalogApi\Model\BulkInventoryTransferValidatorInterface"
  15. type="Magento\InventoryCatalogApi\Model\BulkInventoryTransferValidatorChain" />
  16. </config>