@bigcommerce/checkout-sdk 1.296.1 → 1.296.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -0
- package/dist/checkout-button.js +1 -1
- package/dist/checkout-button.umd.js +1 -1
- package/dist/checkout-sdk.js +1 -1
- package/dist/checkout-sdk.umd.js +1 -1
- package/docs/.nojekyll +1 -0
- package/docs/README.md +2 -2
- package/docs/enums/AdyenV2CardFields.md +5 -5
- package/docs/enums/AdyenV3CardFields.md +5 -5
- package/docs/enums/AmazonPayV2ButtonColor.md +5 -5
- package/docs/enums/AmazonPayV2CheckoutLanguage.md +9 -9
- package/docs/enums/AmazonPayV2LedgerCurrency.md +6 -6
- package/docs/enums/AmazonPayV2PayOptions.md +4 -4
- package/docs/enums/AmazonPayV2Placement.md +7 -7
- package/docs/enums/BraintreeFormFieldType.md +8 -8
- package/docs/enums/ButtonColor.md +5 -5
- package/docs/enums/ButtonType.md +4 -4
- package/docs/enums/CheckoutButtonMethodType.md +24 -24
- package/docs/enums/CheckoutIncludes.md +5 -5
- package/docs/enums/EmbeddedCheckoutEventType.md +8 -8
- package/docs/enums/HostedFieldType.md +8 -8
- package/docs/enums/HostedInputEventType.md +13 -13
- package/docs/enums/IconStyle.md +4 -4
- package/docs/enums/PaypalButtonStyleColorOption.md +6 -6
- package/docs/enums/PaypalButtonStyleLabelOption.md +7 -7
- package/docs/enums/PaypalButtonStyleLayoutOption.md +4 -4
- package/docs/enums/PaypalButtonStyleShapeOption.md +4 -4
- package/docs/enums/PaypalButtonStyleSizeOption.md +6 -6
- package/docs/enums/PaypalCommerceFormFieldType.md +8 -8
- package/docs/enums/RadiusUnit.md +4 -4
- package/docs/enums/StyleButtonColor.md +7 -7
- package/docs/enums/StyleButtonLabel.md +7 -7
- package/docs/enums/StyleButtonLayout.md +4 -4
- package/docs/enums/StyleButtonShape.md +4 -4
- package/docs/interfaces/SpamProtectionOptions.md +1 -1
- package/package.json +1 -1
package/docs/.nojekyll
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.
|
package/docs/README.md
CHANGED
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
- [WorldpayAccessPaymentInitializeOptions](interfaces/WorldpayAccessPaymentInitializeOptions.md)
|
|
374
374
|
- [ZipCodeElementOptions](interfaces/ZipCodeElementOptions.md)
|
|
375
375
|
|
|
376
|
-
### Type
|
|
376
|
+
### Type Aliases
|
|
377
377
|
|
|
378
378
|
- [AccountInstrument](README.md#accountinstrument)
|
|
379
379
|
- [AddressKey](README.md#addresskey)
|
|
@@ -432,7 +432,7 @@
|
|
|
432
432
|
- [createStepTracker](README.md#createsteptracker)
|
|
433
433
|
- [embedCheckout](README.md#embedcheckout)
|
|
434
434
|
|
|
435
|
-
## Type
|
|
435
|
+
## Type Aliases
|
|
436
436
|
|
|
437
437
|
### AccountInstrument
|
|
438
438
|
|
|
@@ -4,26 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
### Enumeration
|
|
7
|
+
### Enumeration Members
|
|
8
8
|
|
|
9
9
|
- [CardNumber](AdyenV2CardFields.md#cardnumber)
|
|
10
10
|
- [ExpiryDate](AdyenV2CardFields.md#expirydate)
|
|
11
11
|
- [SecurityCode](AdyenV2CardFields.md#securitycode)
|
|
12
12
|
|
|
13
|
-
## Enumeration
|
|
13
|
+
## Enumeration Members
|
|
14
14
|
|
|
15
15
|
### CardNumber
|
|
16
16
|
|
|
17
|
-
• **CardNumber**
|
|
17
|
+
• **CardNumber**
|
|
18
18
|
|
|
19
19
|
___
|
|
20
20
|
|
|
21
21
|
### ExpiryDate
|
|
22
22
|
|
|
23
|
-
• **ExpiryDate**
|
|
23
|
+
• **ExpiryDate**
|
|
24
24
|
|
|
25
25
|
___
|
|
26
26
|
|
|
27
27
|
### SecurityCode
|
|
28
28
|
|
|
29
|
-
• **SecurityCode**
|
|
29
|
+
• **SecurityCode**
|
|
@@ -4,26 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
### Enumeration
|
|
7
|
+
### Enumeration Members
|
|
8
8
|
|
|
9
9
|
- [CardNumber](AdyenV3CardFields.md#cardnumber)
|
|
10
10
|
- [ExpiryDate](AdyenV3CardFields.md#expirydate)
|
|
11
11
|
- [SecurityCode](AdyenV3CardFields.md#securitycode)
|
|
12
12
|
|
|
13
|
-
## Enumeration
|
|
13
|
+
## Enumeration Members
|
|
14
14
|
|
|
15
15
|
### CardNumber
|
|
16
16
|
|
|
17
|
-
• **CardNumber**
|
|
17
|
+
• **CardNumber**
|
|
18
18
|
|
|
19
19
|
___
|
|
20
20
|
|
|
21
21
|
### ExpiryDate
|
|
22
22
|
|
|
23
|
-
• **ExpiryDate**
|
|
23
|
+
• **ExpiryDate**
|
|
24
24
|
|
|
25
25
|
___
|
|
26
26
|
|
|
27
27
|
### SecurityCode
|
|
28
28
|
|
|
29
|
-
• **SecurityCode**
|
|
29
|
+
• **SecurityCode**
|
|
@@ -4,26 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
### Enumeration
|
|
7
|
+
### Enumeration Members
|
|
8
8
|
|
|
9
9
|
- [DarkGray](AmazonPayV2ButtonColor.md#darkgray)
|
|
10
10
|
- [Gold](AmazonPayV2ButtonColor.md#gold)
|
|
11
11
|
- [LightGray](AmazonPayV2ButtonColor.md#lightgray)
|
|
12
12
|
|
|
13
|
-
## Enumeration
|
|
13
|
+
## Enumeration Members
|
|
14
14
|
|
|
15
15
|
### DarkGray
|
|
16
16
|
|
|
17
|
-
• **DarkGray**
|
|
17
|
+
• **DarkGray**
|
|
18
18
|
|
|
19
19
|
___
|
|
20
20
|
|
|
21
21
|
### Gold
|
|
22
22
|
|
|
23
|
-
• **Gold**
|
|
23
|
+
• **Gold**
|
|
24
24
|
|
|
25
25
|
___
|
|
26
26
|
|
|
27
27
|
### LightGray
|
|
28
28
|
|
|
29
|
-
• **LightGray**
|
|
29
|
+
• **LightGray**
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
### Enumeration
|
|
7
|
+
### Enumeration Members
|
|
8
8
|
|
|
9
9
|
- [de_DE](AmazonPayV2CheckoutLanguage.md#de_de)
|
|
10
10
|
- [en_GB](AmazonPayV2CheckoutLanguage.md#en_gb)
|
|
@@ -14,44 +14,44 @@
|
|
|
14
14
|
- [it_IT](AmazonPayV2CheckoutLanguage.md#it_it)
|
|
15
15
|
- [ja_JP](AmazonPayV2CheckoutLanguage.md#ja_jp)
|
|
16
16
|
|
|
17
|
-
## Enumeration
|
|
17
|
+
## Enumeration Members
|
|
18
18
|
|
|
19
19
|
### de\_DE
|
|
20
20
|
|
|
21
|
-
• **de\_DE**
|
|
21
|
+
• **de\_DE**
|
|
22
22
|
|
|
23
23
|
___
|
|
24
24
|
|
|
25
25
|
### en\_GB
|
|
26
26
|
|
|
27
|
-
• **en\_GB**
|
|
27
|
+
• **en\_GB**
|
|
28
28
|
|
|
29
29
|
___
|
|
30
30
|
|
|
31
31
|
### en\_US
|
|
32
32
|
|
|
33
|
-
• **en\_US**
|
|
33
|
+
• **en\_US**
|
|
34
34
|
|
|
35
35
|
___
|
|
36
36
|
|
|
37
37
|
### es\_ES
|
|
38
38
|
|
|
39
|
-
• **es\_ES**
|
|
39
|
+
• **es\_ES**
|
|
40
40
|
|
|
41
41
|
___
|
|
42
42
|
|
|
43
43
|
### fr\_FR
|
|
44
44
|
|
|
45
|
-
• **fr\_FR**
|
|
45
|
+
• **fr\_FR**
|
|
46
46
|
|
|
47
47
|
___
|
|
48
48
|
|
|
49
49
|
### it\_IT
|
|
50
50
|
|
|
51
|
-
• **it\_IT**
|
|
51
|
+
• **it\_IT**
|
|
52
52
|
|
|
53
53
|
___
|
|
54
54
|
|
|
55
55
|
### ja\_JP
|
|
56
56
|
|
|
57
|
-
• **ja\_JP**
|
|
57
|
+
• **ja\_JP**
|
|
@@ -4,33 +4,33 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
### Enumeration
|
|
7
|
+
### Enumeration Members
|
|
8
8
|
|
|
9
9
|
- [EUR](AmazonPayV2LedgerCurrency.md#eur)
|
|
10
10
|
- [GBP](AmazonPayV2LedgerCurrency.md#gbp)
|
|
11
11
|
- [JPY](AmazonPayV2LedgerCurrency.md#jpy)
|
|
12
12
|
- [USD](AmazonPayV2LedgerCurrency.md#usd)
|
|
13
13
|
|
|
14
|
-
## Enumeration
|
|
14
|
+
## Enumeration Members
|
|
15
15
|
|
|
16
16
|
### EUR
|
|
17
17
|
|
|
18
|
-
• **EUR**
|
|
18
|
+
• **EUR**
|
|
19
19
|
|
|
20
20
|
___
|
|
21
21
|
|
|
22
22
|
### GBP
|
|
23
23
|
|
|
24
|
-
• **GBP**
|
|
24
|
+
• **GBP**
|
|
25
25
|
|
|
26
26
|
___
|
|
27
27
|
|
|
28
28
|
### JPY
|
|
29
29
|
|
|
30
|
-
• **JPY**
|
|
30
|
+
• **JPY**
|
|
31
31
|
|
|
32
32
|
___
|
|
33
33
|
|
|
34
34
|
### USD
|
|
35
35
|
|
|
36
|
-
• **USD**
|
|
36
|
+
• **USD**
|
|
@@ -4,16 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
### Enumeration
|
|
7
|
+
### Enumeration Members
|
|
8
8
|
|
|
9
9
|
- [PayAndShip](AmazonPayV2PayOptions.md#payandship)
|
|
10
10
|
- [PayOnly](AmazonPayV2PayOptions.md#payonly)
|
|
11
11
|
|
|
12
|
-
## Enumeration
|
|
12
|
+
## Enumeration Members
|
|
13
13
|
|
|
14
14
|
### PayAndShip
|
|
15
15
|
|
|
16
|
-
• **PayAndShip**
|
|
16
|
+
• **PayAndShip**
|
|
17
17
|
|
|
18
18
|
Select this product type if you need the buyer's shipping details.
|
|
19
19
|
|
|
@@ -21,6 +21,6 @@ ___
|
|
|
21
21
|
|
|
22
22
|
### PayOnly
|
|
23
23
|
|
|
24
|
-
• **PayOnly**
|
|
24
|
+
• **PayOnly**
|
|
25
25
|
|
|
26
26
|
Select this product type if you do not need the buyer's shipping details.
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
### Enumeration
|
|
7
|
+
### Enumeration Members
|
|
8
8
|
|
|
9
9
|
- [Cart](AmazonPayV2Placement.md#cart)
|
|
10
10
|
- [Checkout](AmazonPayV2Placement.md#checkout)
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
- [Other](AmazonPayV2Placement.md#other)
|
|
13
13
|
- [Product](AmazonPayV2Placement.md#product)
|
|
14
14
|
|
|
15
|
-
## Enumeration
|
|
15
|
+
## Enumeration Members
|
|
16
16
|
|
|
17
17
|
### Cart
|
|
18
18
|
|
|
19
|
-
• **Cart**
|
|
19
|
+
• **Cart**
|
|
20
20
|
|
|
21
21
|
Cart review page before buyer starts checkout.
|
|
22
22
|
|
|
@@ -24,7 +24,7 @@ ___
|
|
|
24
24
|
|
|
25
25
|
### Checkout
|
|
26
26
|
|
|
27
|
-
• **Checkout**
|
|
27
|
+
• **Checkout**
|
|
28
28
|
|
|
29
29
|
Any page after buyer starts checkout.
|
|
30
30
|
|
|
@@ -32,7 +32,7 @@ ___
|
|
|
32
32
|
|
|
33
33
|
### Home
|
|
34
34
|
|
|
35
|
-
• **Home**
|
|
35
|
+
• **Home**
|
|
36
36
|
|
|
37
37
|
Initial or main page.
|
|
38
38
|
|
|
@@ -40,7 +40,7 @@ ___
|
|
|
40
40
|
|
|
41
41
|
### Other
|
|
42
42
|
|
|
43
|
-
• **Other**
|
|
43
|
+
• **Other**
|
|
44
44
|
|
|
45
45
|
Any page that doesn't fit the previous descriptions.
|
|
46
46
|
|
|
@@ -48,6 +48,6 @@ ___
|
|
|
48
48
|
|
|
49
49
|
### Product
|
|
50
50
|
|
|
51
|
-
• **Product**
|
|
51
|
+
• **Product**
|
|
52
52
|
|
|
53
53
|
Product details page.
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
### Enumeration
|
|
7
|
+
### Enumeration Members
|
|
8
8
|
|
|
9
9
|
- [CardCode](BraintreeFormFieldType.md#cardcode)
|
|
10
10
|
- [CardCodeVerification](BraintreeFormFieldType.md#cardcodeverification)
|
|
@@ -13,38 +13,38 @@
|
|
|
13
13
|
- [CardNumber](BraintreeFormFieldType.md#cardnumber)
|
|
14
14
|
- [CardNumberVerification](BraintreeFormFieldType.md#cardnumberverification)
|
|
15
15
|
|
|
16
|
-
## Enumeration
|
|
16
|
+
## Enumeration Members
|
|
17
17
|
|
|
18
18
|
### CardCode
|
|
19
19
|
|
|
20
|
-
• **CardCode**
|
|
20
|
+
• **CardCode**
|
|
21
21
|
|
|
22
22
|
___
|
|
23
23
|
|
|
24
24
|
### CardCodeVerification
|
|
25
25
|
|
|
26
|
-
• **CardCodeVerification**
|
|
26
|
+
• **CardCodeVerification**
|
|
27
27
|
|
|
28
28
|
___
|
|
29
29
|
|
|
30
30
|
### CardExpiry
|
|
31
31
|
|
|
32
|
-
• **CardExpiry**
|
|
32
|
+
• **CardExpiry**
|
|
33
33
|
|
|
34
34
|
___
|
|
35
35
|
|
|
36
36
|
### CardName
|
|
37
37
|
|
|
38
|
-
• **CardName**
|
|
38
|
+
• **CardName**
|
|
39
39
|
|
|
40
40
|
___
|
|
41
41
|
|
|
42
42
|
### CardNumber
|
|
43
43
|
|
|
44
|
-
• **CardNumber**
|
|
44
|
+
• **CardNumber**
|
|
45
45
|
|
|
46
46
|
___
|
|
47
47
|
|
|
48
48
|
### CardNumberVerification
|
|
49
49
|
|
|
50
|
-
• **CardNumberVerification**
|
|
50
|
+
• **CardNumberVerification**
|
|
@@ -4,26 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
### Enumeration
|
|
7
|
+
### Enumeration Members
|
|
8
8
|
|
|
9
9
|
- [Black](ButtonColor.md#black)
|
|
10
10
|
- [Default](ButtonColor.md#default)
|
|
11
11
|
- [White](ButtonColor.md#white)
|
|
12
12
|
|
|
13
|
-
## Enumeration
|
|
13
|
+
## Enumeration Members
|
|
14
14
|
|
|
15
15
|
### Black
|
|
16
16
|
|
|
17
|
-
• **Black**
|
|
17
|
+
• **Black**
|
|
18
18
|
|
|
19
19
|
___
|
|
20
20
|
|
|
21
21
|
### Default
|
|
22
22
|
|
|
23
|
-
• **Default**
|
|
23
|
+
• **Default**
|
|
24
24
|
|
|
25
25
|
___
|
|
26
26
|
|
|
27
27
|
### White
|
|
28
28
|
|
|
29
|
-
• **White**
|
|
29
|
+
• **White**
|
package/docs/enums/ButtonType.md
CHANGED
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
### Enumeration
|
|
7
|
+
### Enumeration Members
|
|
8
8
|
|
|
9
9
|
- [Long](ButtonType.md#long)
|
|
10
10
|
- [Short](ButtonType.md#short)
|
|
11
11
|
|
|
12
|
-
## Enumeration
|
|
12
|
+
## Enumeration Members
|
|
13
13
|
|
|
14
14
|
### Long
|
|
15
15
|
|
|
16
|
-
• **Long**
|
|
16
|
+
• **Long**
|
|
17
17
|
|
|
18
18
|
___
|
|
19
19
|
|
|
20
20
|
### Short
|
|
21
21
|
|
|
22
|
-
• **Short**
|
|
22
|
+
• **Short**
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
### Enumeration
|
|
7
|
+
### Enumeration Members
|
|
8
8
|
|
|
9
9
|
- [AMAZON_PAY_V2](CheckoutButtonMethodType.md#amazon_pay_v2)
|
|
10
10
|
- [APPLEPAY](CheckoutButtonMethodType.md#applepay)
|
|
@@ -29,134 +29,134 @@
|
|
|
29
29
|
- [PAYPALCOMMERCE_VENMO](CheckoutButtonMethodType.md#paypalcommerce_venmo)
|
|
30
30
|
- [PAYPALEXPRESS](CheckoutButtonMethodType.md#paypalexpress)
|
|
31
31
|
|
|
32
|
-
## Enumeration
|
|
32
|
+
## Enumeration Members
|
|
33
33
|
|
|
34
34
|
### AMAZON\_PAY\_V2
|
|
35
35
|
|
|
36
|
-
• **AMAZON\_PAY\_V2**
|
|
36
|
+
• **AMAZON\_PAY\_V2**
|
|
37
37
|
|
|
38
38
|
___
|
|
39
39
|
|
|
40
40
|
### APPLEPAY
|
|
41
41
|
|
|
42
|
-
• **APPLEPAY**
|
|
42
|
+
• **APPLEPAY**
|
|
43
43
|
|
|
44
44
|
___
|
|
45
45
|
|
|
46
46
|
### BRAINTREE\_PAYPAL
|
|
47
47
|
|
|
48
|
-
• **BRAINTREE\_PAYPAL**
|
|
48
|
+
• **BRAINTREE\_PAYPAL**
|
|
49
49
|
|
|
50
50
|
___
|
|
51
51
|
|
|
52
52
|
### BRAINTREE\_PAYPAL\_CREDIT
|
|
53
53
|
|
|
54
|
-
• **BRAINTREE\_PAYPAL\_CREDIT**
|
|
54
|
+
• **BRAINTREE\_PAYPAL\_CREDIT**
|
|
55
55
|
|
|
56
56
|
___
|
|
57
57
|
|
|
58
58
|
### BRAINTREE\_VENMO
|
|
59
59
|
|
|
60
|
-
• **BRAINTREE\_VENMO**
|
|
60
|
+
• **BRAINTREE\_VENMO**
|
|
61
61
|
|
|
62
62
|
___
|
|
63
63
|
|
|
64
64
|
### GOOGLEPAY\_ADYENV2
|
|
65
65
|
|
|
66
|
-
• **GOOGLEPAY\_ADYENV2**
|
|
66
|
+
• **GOOGLEPAY\_ADYENV2**
|
|
67
67
|
|
|
68
68
|
___
|
|
69
69
|
|
|
70
70
|
### GOOGLEPAY\_ADYENV3
|
|
71
71
|
|
|
72
|
-
• **GOOGLEPAY\_ADYENV3**
|
|
72
|
+
• **GOOGLEPAY\_ADYENV3**
|
|
73
73
|
|
|
74
74
|
___
|
|
75
75
|
|
|
76
76
|
### GOOGLEPAY\_AUTHORIZENET
|
|
77
77
|
|
|
78
|
-
• **GOOGLEPAY\_AUTHORIZENET**
|
|
78
|
+
• **GOOGLEPAY\_AUTHORIZENET**
|
|
79
79
|
|
|
80
80
|
___
|
|
81
81
|
|
|
82
82
|
### GOOGLEPAY\_BNZ
|
|
83
83
|
|
|
84
|
-
• **GOOGLEPAY\_BNZ**
|
|
84
|
+
• **GOOGLEPAY\_BNZ**
|
|
85
85
|
|
|
86
86
|
___
|
|
87
87
|
|
|
88
88
|
### GOOGLEPAY\_BRAINTREE
|
|
89
89
|
|
|
90
|
-
• **GOOGLEPAY\_BRAINTREE**
|
|
90
|
+
• **GOOGLEPAY\_BRAINTREE**
|
|
91
91
|
|
|
92
92
|
___
|
|
93
93
|
|
|
94
94
|
### GOOGLEPAY\_CHECKOUTCOM
|
|
95
95
|
|
|
96
|
-
• **GOOGLEPAY\_CHECKOUTCOM**
|
|
96
|
+
• **GOOGLEPAY\_CHECKOUTCOM**
|
|
97
97
|
|
|
98
98
|
___
|
|
99
99
|
|
|
100
100
|
### GOOGLEPAY\_CYBERSOURCEV2
|
|
101
101
|
|
|
102
|
-
• **GOOGLEPAY\_CYBERSOURCEV2**
|
|
102
|
+
• **GOOGLEPAY\_CYBERSOURCEV2**
|
|
103
103
|
|
|
104
104
|
___
|
|
105
105
|
|
|
106
106
|
### GOOGLEPAY\_ORBITAL
|
|
107
107
|
|
|
108
|
-
• **GOOGLEPAY\_ORBITAL**
|
|
108
|
+
• **GOOGLEPAY\_ORBITAL**
|
|
109
109
|
|
|
110
110
|
___
|
|
111
111
|
|
|
112
112
|
### GOOGLEPAY\_STRIPE
|
|
113
113
|
|
|
114
|
-
• **GOOGLEPAY\_STRIPE**
|
|
114
|
+
• **GOOGLEPAY\_STRIPE**
|
|
115
115
|
|
|
116
116
|
___
|
|
117
117
|
|
|
118
118
|
### GOOGLEPAY\_STRIPEUPE
|
|
119
119
|
|
|
120
|
-
• **GOOGLEPAY\_STRIPEUPE**
|
|
120
|
+
• **GOOGLEPAY\_STRIPEUPE**
|
|
121
121
|
|
|
122
122
|
___
|
|
123
123
|
|
|
124
124
|
### MASTERPASS
|
|
125
125
|
|
|
126
|
-
• **MASTERPASS**
|
|
126
|
+
• **MASTERPASS**
|
|
127
127
|
|
|
128
128
|
___
|
|
129
129
|
|
|
130
130
|
### PAYPALCOMMERCE
|
|
131
131
|
|
|
132
|
-
• **PAYPALCOMMERCE**
|
|
132
|
+
• **PAYPALCOMMERCE**
|
|
133
133
|
|
|
134
134
|
___
|
|
135
135
|
|
|
136
136
|
### PAYPALCOMMERCE\_APMS
|
|
137
137
|
|
|
138
|
-
• **PAYPALCOMMERCE\_APMS**
|
|
138
|
+
• **PAYPALCOMMERCE\_APMS**
|
|
139
139
|
|
|
140
140
|
___
|
|
141
141
|
|
|
142
142
|
### PAYPALCOMMERCE\_CREDIT
|
|
143
143
|
|
|
144
|
-
• **PAYPALCOMMERCE\_CREDIT**
|
|
144
|
+
• **PAYPALCOMMERCE\_CREDIT**
|
|
145
145
|
|
|
146
146
|
___
|
|
147
147
|
|
|
148
148
|
### PAYPALCOMMERCE\_INLINE
|
|
149
149
|
|
|
150
|
-
• **PAYPALCOMMERCE\_INLINE**
|
|
150
|
+
• **PAYPALCOMMERCE\_INLINE**
|
|
151
151
|
|
|
152
152
|
___
|
|
153
153
|
|
|
154
154
|
### PAYPALCOMMERCE\_VENMO
|
|
155
155
|
|
|
156
|
-
• **PAYPALCOMMERCE\_VENMO**
|
|
156
|
+
• **PAYPALCOMMERCE\_VENMO**
|
|
157
157
|
|
|
158
158
|
___
|
|
159
159
|
|
|
160
160
|
### PAYPALEXPRESS
|
|
161
161
|
|
|
162
|
-
• **PAYPALEXPRESS**
|
|
162
|
+
• **PAYPALEXPRESS**
|
|
@@ -4,26 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
### Enumeration
|
|
7
|
+
### Enumeration Members
|
|
8
8
|
|
|
9
9
|
- [AvailableShippingOptions](CheckoutIncludes.md#availableshippingoptions)
|
|
10
10
|
- [DigitalItemsCategoryNames](CheckoutIncludes.md#digitalitemscategorynames)
|
|
11
11
|
- [PhysicalItemsCategoryNames](CheckoutIncludes.md#physicalitemscategorynames)
|
|
12
12
|
|
|
13
|
-
## Enumeration
|
|
13
|
+
## Enumeration Members
|
|
14
14
|
|
|
15
15
|
### AvailableShippingOptions
|
|
16
16
|
|
|
17
|
-
• **AvailableShippingOptions**
|
|
17
|
+
• **AvailableShippingOptions**
|
|
18
18
|
|
|
19
19
|
___
|
|
20
20
|
|
|
21
21
|
### DigitalItemsCategoryNames
|
|
22
22
|
|
|
23
|
-
• **DigitalItemsCategoryNames**
|
|
23
|
+
• **DigitalItemsCategoryNames**
|
|
24
24
|
|
|
25
25
|
___
|
|
26
26
|
|
|
27
27
|
### PhysicalItemsCategoryNames
|
|
28
28
|
|
|
29
|
-
• **PhysicalItemsCategoryNames**
|
|
29
|
+
• **PhysicalItemsCategoryNames**
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
### Enumeration
|
|
7
|
+
### Enumeration Members
|
|
8
8
|
|
|
9
9
|
- [CheckoutComplete](EmbeddedCheckoutEventType.md#checkoutcomplete)
|
|
10
10
|
- [CheckoutError](EmbeddedCheckoutEventType.md#checkouterror)
|
|
@@ -13,38 +13,38 @@
|
|
|
13
13
|
- [FrameLoaded](EmbeddedCheckoutEventType.md#frameloaded)
|
|
14
14
|
- [SignedOut](EmbeddedCheckoutEventType.md#signedout)
|
|
15
15
|
|
|
16
|
-
## Enumeration
|
|
16
|
+
## Enumeration Members
|
|
17
17
|
|
|
18
18
|
### CheckoutComplete
|
|
19
19
|
|
|
20
|
-
• **CheckoutComplete**
|
|
20
|
+
• **CheckoutComplete**
|
|
21
21
|
|
|
22
22
|
___
|
|
23
23
|
|
|
24
24
|
### CheckoutError
|
|
25
25
|
|
|
26
|
-
• **CheckoutError**
|
|
26
|
+
• **CheckoutError**
|
|
27
27
|
|
|
28
28
|
___
|
|
29
29
|
|
|
30
30
|
### CheckoutLoaded
|
|
31
31
|
|
|
32
|
-
• **CheckoutLoaded**
|
|
32
|
+
• **CheckoutLoaded**
|
|
33
33
|
|
|
34
34
|
___
|
|
35
35
|
|
|
36
36
|
### FrameError
|
|
37
37
|
|
|
38
|
-
• **FrameError**
|
|
38
|
+
• **FrameError**
|
|
39
39
|
|
|
40
40
|
___
|
|
41
41
|
|
|
42
42
|
### FrameLoaded
|
|
43
43
|
|
|
44
|
-
• **FrameLoaded**
|
|
44
|
+
• **FrameLoaded**
|
|
45
45
|
|
|
46
46
|
___
|
|
47
47
|
|
|
48
48
|
### SignedOut
|
|
49
49
|
|
|
50
|
-
• **SignedOut**
|
|
50
|
+
• **SignedOut**
|