| Current Path : /var/www/magento.test.indacotrentino.com/www/app/code/Amasty/Rewards/etc/frontend/ |
| Current File : /var/www/magento.test.indacotrentino.com/www/app/code/Amasty/Rewards/etc/frontend/sections.xml |
<?xml version="1.0"?>
<!--
/**
* @author Amasty Team
* @copyright Copyright (c) 2023 Amasty (https://www.amasty.com)
* @package Reward Points Base 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="rewards"/>
</action>
<action name="rest/*/V1/carts/*/payment-information">
<section name="rewards"/>
</action>
</config>