<?xml version="1.0"?>
<!--
/**
 * Copyright 2020 Adobe
 * All Rights Reserved.
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Customer:etc/sections.xsd">
    <action name="braintree/paypal/placeOrder">
        <section name="cart"/>
        <section name="checkout-data"/>
    </action>
    <action name="braintree/googlepay/placeOrder">
        <section name="cart"/>
        <section name="checkout-data"/>
    </action>
</config>
