-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommerce_authnet.libraries.yml
77 lines (68 loc) · 1.87 KB
/
commerce_authnet.libraries.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
accept-js-sandbox:
version: 1
js:
"https://jstest.authorize.net/v1/Accept.js": { type: external, attributes: { charset: utf-8 } }
accept-js-production:
version: 1
js:
"https://js.authorize.net/v1/Accept.js": { type: external, attributes: { charset: utf-8 } }
form-authnet:
version: VERSION
js:
js/commerce_authnet.form.js: {}
dependencies:
- core/jquery
- core/drupal
- core/jquery.once
form-accept:
version: VERSION
js:
js/commerce_authnet.accept.form.js: {}
dependencies:
- core/jquery
- core/drupal
- core/jquery.once
- commerce_authnet/form-authnet
form-echeck:
version: VERSION
js:
js/commerce_authnet.echeck.form.js: {}
dependencies:
- core/jquery
- core/drupal
- core/jquery.once
- commerce_authnet/form-authnet
form-visa-checkout:
version: VERSION
css:
component:
css/commerce_authnet.visa.form.css: {}
js:
js/commerce_authnet.visa.form.js: {}
dependencies:
- core/jquery
- core/drupal
- core/jquery.once
- commerce_authnet/form-authnet
form-visa-checkout-sandbox:
version: 1
js:
"https://sandbox-assets.secure.checkout.visa.com/checkout-widget/resources/js/integration/v1/sdk.js": { type: external, attributes: { charset: utf-8 } }
form-visa-checkout-production:
version: 1
js:
"https://assets.secure.checkout.visa.com/checkout-widget/resources/js/integration/v1/sdk.js": { type: external, attributes: { charset: utf-8 } }
cardinalcruise-dev:
version: 1
header: true
js:
"https://songbirdstag.cardinalcommerce.com/edge/v1/songbird.js": { type: external, attributes: { charset: utf-8 } }
dependencies:
- commerce_authnet/form-accept
cardinalcruise:
version: 1
header: true
js:
"https://songbird.cardinalcommerce.com/edge/v1/songbird.js": { type: external, attributes: { charset: utf-8 } }
dependencies:
- commerce_authnet/form-accept