| Current Path : /home/rtorresani/www/vendor/magento/module-checkout-agreements/view/frontend/ |
| Current File : //home/rtorresani/www/vendor/magento/module-checkout-agreements/view/frontend/requirejs-config.js |
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
var config = {
config: {
mixins: {
'Magento_Checkout/js/action/place-order': {
'Magento_CheckoutAgreements/js/model/place-order-mixin': true
},
'Magento_Checkout/js/action/set-payment-information': {
'Magento_CheckoutAgreements/js/model/set-payment-information-mixin': true
}
}
}
};