<?xml version="1.0"?>
<!--
/**
 * @author Amasty Team
 * @copyright Copyright (c) Amasty (https://www.amasty.com)
 * @package One Step Checkout Style Switcher for Magento 2 (System)
 */-->

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <type name="Magento\Checkout\Block\Onepage">
        <arguments>
            <argument name="layoutProcessors" xsi:type="array">
                <item name="amastyCheckoutPlaceOrderPosition" sortOrder="101" xsi:type="object">Amasty\CheckoutStyleSwitcher\Block\Onepage\PlaceOrderPositionProcessor</item>
                <item name="amastyCheckoutBillingAddressRelocation" sortOrder="110" xsi:type="object">Amasty\CheckoutStyleSwitcher\Block\Onepage\BillingAddressRelocateProcessor</item>
            </argument>
        </arguments>
    </type>
</config>
