<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">    
	<preference for="Magento\Framework\Session\Config\ConfigInterface" type="PayUIndia\Payu\Session\CustomConfig"/>
    <type name="Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory">
        <arguments>
            <argument name="collections" xsi:type="array">
                <item name="sales_order_grid_data_source" xsi:type="string">PayUIndia\Payu\Model\ResourceModel\Order\Grid\Collection</item>
            </argument>
        </arguments>
    </type>
    <type name="PayUIndia\Payu\Model\ResourceModel\Order\Grid\Collection">
        <arguments>
            <argument name="mainTable" xsi:type="string">sales_order_grid</argument>
            <argument name="resourceModel" xsi:type="string">Magento\Sales\Model\ResourceModel\Order</argument>
        </arguments>
    </type>
	<type name="Magento\Framework\App\Request\CsrfValidator">
        <plugin name="csrf_validator_skip" type="PayUIndia\Payu\Plugin\CsrfValidatorSkip" />
    </type>
</config>
