requirejs-config.js 487 B

1234567891011121314151617
  1. /**
  2. * Copyright © Magento, Inc. All rights reserved.
  3. * See COPYING.txt for license details.
  4. */
  5. var config = {
  6. config: {
  7. mixins: {
  8. 'Magento_Checkout/js/action/place-order': {
  9. 'Magento_CheckoutAgreements/js/model/place-order-mixin': true
  10. },
  11. 'Magento_Checkout/js/action/set-payment-information': {
  12. 'Magento_CheckoutAgreements/js/model/set-payment-information-mixin': true
  13. }
  14. }
  15. }
  16. };