Your IP : 216.73.216.43


Current Path : /var/www/www.indacotrentino.com/www/vendor/magento/module-sales-data-exporter/etc/
Upload File :
Current File : /var/www/www.indacotrentino.com/www/vendor/magento/module-sales-data-exporter/etc/mview.xml

<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
 * 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:Mview/etc/mview.xsd">
    <view id="sales_order_data_exporter" class="Magento\SalesDataExporter\Model\Indexer\OrdersFeedIndexer" group="indexer">
        <subscriptions>
            <table name="sales_order" entity_column="entity_id" />
            <table name="sales_payment_transaction" entity_column="order_id" />
            <table name="sales_order_item" entity_column="order_id" />
        </subscriptions>
    </view>
    <view id="sales_order_status_data_exporter" class="Magento\SalesDataExporter\Model\Indexer\OrderStatusesFeedIndexer" group="indexer">
        <subscriptions>
            <table name="sales_order_status" entity_column="status"/>
        </subscriptions>
    </view>
</config>