requirejs-config.js 537 B

12345678910111213141516171819202122
  1. /**
  2. * This file is part of the Klarna KP module
  3. *
  4. * (c) Klarna Bank AB (publ)
  5. *
  6. * For the full copyright and license information, please view the NOTICE
  7. * and LICENSE files that were distributed with this source code.
  8. */
  9. var config = {
  10. config: {
  11. mixins: {
  12. 'Magento_Checkout/js/action/get-payment-information': {
  13. 'Klarna_Kp/js/action/override': true
  14. }
  15. }
  16. },
  17. map: {
  18. '*': {
  19. klarnapi: 'https://x.klarnacdn.net/kp/lib/v1/api.js'
  20. }
  21. }
  22. };