You are here

commerce_authnet.libraries.yml in Commerce Authorize.Net 8

File

commerce_authnet.libraries.yml
View source
  1. accept-js-sandbox:
  2. version: 1
  3. js:
  4. "https://jstest.authorize.net/v1/Accept.js": { type: external, attributes: { charset: utf-8 } }
  5. accept-js-production:
  6. version: 1
  7. js:
  8. "https://js.authorize.net/v1/Accept.js": { type: external, attributes: { charset: utf-8 } }
  9. form-authnet:
  10. version: VERSION
  11. js:
  12. js/commerce_authnet.form.js: {}
  13. dependencies:
  14. - core/jquery
  15. - core/drupal
  16. - core/jquery.once
  17. form-accept:
  18. version: VERSION
  19. js:
  20. js/commerce_authnet.accept.form.js: {}
  21. dependencies:
  22. - core/jquery
  23. - core/drupal
  24. - core/jquery.once
  25. - commerce_authnet/form-authnet
  26. form-echeck:
  27. version: VERSION
  28. js:
  29. js/commerce_authnet.echeck.form.js: {}
  30. dependencies:
  31. - core/jquery
  32. - core/drupal
  33. - core/jquery.once
  34. - commerce_authnet/form-authnet
  35. form-visa-checkout:
  36. version: VERSION
  37. css:
  38. component:
  39. css/commerce_authnet.visa.form.css: {}
  40. js:
  41. js/commerce_authnet.visa.form.js: {}
  42. dependencies:
  43. - core/jquery
  44. - core/drupal
  45. - core/jquery.once
  46. - commerce_authnet/form-authnet
  47. form-visa-checkout-sandbox:
  48. version: 1
  49. js:
  50. "https://sandbox-assets.secure.checkout.visa.com/checkout-widget/resources/js/integration/v1/sdk.js": { type: external, attributes: { charset: utf-8 } }
  51. form-visa-checkout-production:
  52. version: 1
  53. js:
  54. "https://assets.secure.checkout.visa.com/checkout-widget/resources/js/integration/v1/sdk.js": { type: external, attributes: { charset: utf-8 } }
  55. cardinalcruise-dev:
  56. version: 1
  57. header: true
  58. js:
  59. "https://songbirdstag.cardinalcommerce.com/edge/v1/songbird.js": { type: external, attributes: { charset: utf-8 } }
  60. dependencies:
  61. - commerce_authnet/form-accept
  62. cardinalcruise:
  63. version: 1
  64. header: true
  65. js:
  66. "https://songbird.cardinalcommerce.com/edge/v1/songbird.js": { type: external, attributes: { charset: utf-8 } }
  67. dependencies:
  68. - commerce_authnet/form-accept