<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
 * @author Amasty Team
 * @copyright Copyright (c) Amasty (https://www.amasty.com)
 * @package Pixel Core 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/cart/add">
        <section name="ampixel-core-event-pool"/>
    </action>
    <action name="checkout/cart/delete">
        <section name="ampixel-core-event-pool"/>
    </action>
    <action name="checkout/sidebar/removeItem">
        <section name="ampixel-core-event-pool"/>
    </action>
    <action name="checkout/cart/configure">
        <section name="ampixel-core-event-pool"/>
    </action>
    <action name="rest/*/V1/guest-carts/*/set-payment-information">
        <section name="ampixel-core-event-pool"/>
    </action>
    <action name="rest/*/V1/carts/*/set-payment-information">
        <section name="ampixel-core-event-pool"/>
    </action>
    <action name="wishlist/index/add">
        <section name="ampixel-core-event-pool"/>
    </action>
    <action name="wishlist/index/cart">
        <section name="ampixel-core-event-pool"/>
    </action>
    <action name="wishlist/index/allcart">
        <section name="ampixel-core-event-pool"/>
    </action>
</config>
