<?xml version="1.0"?>
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <type name="Magento\Sales\Block\Adminhtml\Order\Create\Messages">
        <plugin name="process_error_messages" type="Magento\InventorySales\Plugin\Sales\Block\Order\Create\Messages\ProcessMessagesPlugin"/>
    </type>
    <type name="Magento\InventorySales\Plugin\InventoryApi\StockRepository\SaveSalesChannelsLinksPlugin">
        <arguments>
            <argument name="getAssignedSalesChannelsForStock" xsi:type="object">Magento\InventorySales\Model\GetAssignedSalesChannelsForStock</argument>
        </arguments>
    </type>
</config>
