<?xml version="1.0"?>
<include xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_include.xsd">
    <group id="order" translate="label" type="text" sortOrder="311" showInDefault="1" showInWebsite="1" showInStore="1">
        <label>Advanced Configuration</label>
        <field id="order_payment_sequence" translate="label" type="select" sortOrder="1" showInDefault="1" showInWebsite="1">
            <label>Payment &amp; Order Sequence</label>
            <source_model>Airwallex\Payments\Model\Config\Source\OrderPaymentSequence</source_model>
            <config_path>airwallex/general/order_payment_sequence</config_path>
            <frontend_model>Airwallex\Payments\Model\Config\Adminhtml\OrderPaymentSequence</frontend_model>
        </field>
    </group>
</include>
