<?xml version="1.0"?>
<!--
/**
 * @author Amasty Team
 * @copyright Copyright (c) Amasty (https://www.amasty.com)
 * @package Custom Checkout Fields for Magento 2
 */-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Customer:etc/sections.xsd">
    <action name="checkout/onepage/saveOrder">
        <section name="amasty-checkout-data"/>
    </action>
    <action name="rest/*/V1/guest-carts/*/payment-information">
        <section name="amasty-checkout-data"/>
    </action>
    <action name="rest/*/V1/carts/*/payment-information">
        <section name="amasty-checkout-data"/>
    </action>
    <action name="paypal/express/placeOrder">
        <section name="amasty-checkout-data"/>
    </action>
    <action name="paypal/payflowexpress/placeOrder">
        <section name="amasty-checkout-data"/>
    </action>
</config>
