<?xml version="1.0"?>
<!--
/**
 * @copyright: Copyright © 2020 Firebear Studio. All rights reserved.
 * @author   : Firebear Studio <fbeardev@gmail.com>
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <type name="Firebear\PlatformSap\Model\Customer\UpdatePublisher">
        <plugin name="publish_customer_update_db"
                type="Firebear\SapDbQueue\Plugin\CustomerUpdateDbPlugin"/>
    </type>
    <type name="Firebear\PlatformSap\Model\Order\UpdatePublisher">
        <plugin name="publish_order_update_db"
                type="Firebear\SapDbQueue\Plugin\OrderUpdateDbPlugin"/>
    </type>
    <type name="Firebear\PlatformSap\Console\Command\OrderSend">
        <arguments>
            <argument name="topicName" xsi:type="string">sap.order.update.db</argument>
        </arguments>
    </type>
</config>
