<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
    <system>
        <section id="boomi_integration">
            <group id="services_get_tax" translate="label" type="text" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="0">
                <label>Services - Tax From Boomi</label>

                <field id="enabled" translate="label" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="0">
                    <label>Enabled</label>
                    <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
                    <comment><![CDATA[Select Yes to enable this sync.]]></comment>
                </field>
                <field id="path" translate="label" type="text" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="0">
                    <label>Path / Service Name</label>
                    <comment><![CDATA[i.e. createTax]]></comment>
                </field>
                <field id="guest_oracle_account_number" translate="label" type="text" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="0">
                    <label>Guest Oracle Account Number</label>
                    <comment><![CDATA[Account Number Used for Guest Checkouts]]></comment>
                </field>
                <field id="curl_connection_timeout" translate="label" type="text" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="0">
                    <label>cURL Connection Timeout</label>
                    <comment><![CDATA[Set to 0 to disable]]></comment>
                </field>
                <field id="curl_timeout" translate="label" type="text" sortOrder="50" showInDefault="1" showInWebsite="1" showInStore="0">
                    <label>cURL Timeout</label>
                    <comment><![CDATA[Set to 0 to disable]]></comment>
                </field>
                <field id="debug" translate="label" type="select" sortOrder="60" showInDefault="1" showInWebsite="1" showInStore="0">
                    <label>Debug</label>
                    <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
                    <comment><![CDATA[Select Yes to enable for this sync.]]></comment>
                </field>
            </group>
        </section>
    </system>
</config>
