@bigcommerce/checkout-sdk 1.350.0 → 1.351.0

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/docs/README.md CHANGED
@@ -31,8 +31,8 @@
31
31
  - [RadiusUnit](enums/RadiusUnit.md)
32
32
  - [StyleButtonColor](enums/StyleButtonColor.md)
33
33
  - [StyleButtonLabel](enums/StyleButtonLabel.md)
34
- - [StyleButtonLayout](enums/StyleButtonLayout.md)
35
34
  - [StyleButtonShape](enums/StyleButtonShape.md)
35
+ - [UntrustedShippingCardVerificationType](enums/UntrustedShippingCardVerificationType.md)
36
36
 
37
37
  ### Classes
38
38
 
@@ -0,0 +1,22 @@
1
+ [@bigcommerce/checkout-sdk](../README.md) / UntrustedShippingCardVerificationType
2
+
3
+ # Enumeration: UntrustedShippingCardVerificationType
4
+
5
+ ## Table of contents
6
+
7
+ ### Enumeration Members
8
+
9
+ - [CVV](UntrustedShippingCardVerificationType.md#cvv)
10
+ - [PAN](UntrustedShippingCardVerificationType.md#pan)
11
+
12
+ ## Enumeration Members
13
+
14
+ ### CVV
15
+
16
+ • **CVV**
17
+
18
+ ___
19
+
20
+ ### PAN
21
+
22
+ • **PAN**
@@ -23,6 +23,7 @@
23
23
  - [provider](CardInstrument.md#provider)
24
24
  - [trustedShippingAddress](CardInstrument.md#trustedshippingaddress)
25
25
  - [type](CardInstrument.md#type)
26
+ - [untrustedShippingCardVerificationMode](CardInstrument.md#untrustedshippingcardverificationmode)
26
27
 
27
28
  ## Properties
28
29
 
@@ -113,3 +114,9 @@ ___
113
114
  #### Overrides
114
115
 
115
116
  [BaseInstrument](BaseInstrument.md).[type](BaseInstrument.md#type)
117
+
118
+ ___
119
+
120
+ ### untrustedShippingCardVerificationMode
121
+
122
+ • **untrustedShippingCardVerificationMode**: [`UntrustedShippingCardVerificationType`](../enums/UntrustedShippingCardVerificationType.md)
@@ -10,9 +10,7 @@
10
10
  - [custom](PayPalButtonStyleOptions.md#custom)
11
11
  - [height](PayPalButtonStyleOptions.md#height)
12
12
  - [label](PayPalButtonStyleOptions.md#label)
13
- - [layout](PayPalButtonStyleOptions.md#layout)
14
13
  - [shape](PayPalButtonStyleOptions.md#shape)
15
- - [tagline](PayPalButtonStyleOptions.md#tagline)
16
14
 
17
15
  ## Properties
18
16
 
@@ -50,18 +48,6 @@ ___
50
48
 
51
49
  ___
52
50
 
53
- ### layout
54
-
55
- • `Optional` **layout**: [`vertical`](../enums/StyleButtonLayout.md#vertical) \| [`horizontal`](../enums/StyleButtonLayout.md#horizontal)
56
-
57
- ___
58
-
59
51
  ### shape
60
52
 
61
53
  • `Optional` **shape**: [`pill`](../enums/StyleButtonShape.md#pill) \| [`rect`](../enums/StyleButtonShape.md#rect)
62
-
63
- ___
64
-
65
- ### tagline
66
-
67
- • `Optional` **tagline**: `boolean`
@@ -13,7 +13,6 @@ DOM. When a customer clicks on it, it will trigger Apple sheet.
13
13
 
14
14
  - [buyNowInitializeOptions](PayPalCommerceButtonInitializeOptions.md#buynowinitializeoptions)
15
15
  - [currencyCode](PayPalCommerceButtonInitializeOptions.md#currencycode)
16
- - [initializesOnCheckoutPage](PayPalCommerceButtonInitializeOptions.md#initializesoncheckoutpage)
17
16
  - [style](PayPalCommerceButtonInitializeOptions.md#style)
18
17
 
19
18
  ### Methods
@@ -38,16 +37,6 @@ The option that used to initialize a PayPal script with provided currency code.
38
37
 
39
38
  ___
40
39
 
41
- ### initializesOnCheckoutPage
42
-
43
- • `Optional` **initializesOnCheckoutPage**: `boolean`
44
-
45
- // TODO: this flag should be removed, because the strategy does not used on checkout page
46
- // and it always equals to 'false'
47
- Flag which helps to detect that the strategy initializes on Checkout page.
48
-
49
- ___
50
-
51
40
  ### style
52
41
 
53
42
  • `Optional` **style**: [`PayPalButtonStyleOptions`](PayPalButtonStyleOptions.md)
@@ -8,7 +8,6 @@
8
8
 
9
9
  - [buyNowInitializeOptions](PayPalCommerceCreditButtonInitializeOptions.md#buynowinitializeoptions)
10
10
  - [currencyCode](PayPalCommerceCreditButtonInitializeOptions.md#currencycode)
11
- - [initializesOnCheckoutPage](PayPalCommerceCreditButtonInitializeOptions.md#initializesoncheckoutpage)
12
11
  - [messagingContainerId](PayPalCommerceCreditButtonInitializeOptions.md#messagingcontainerid)
13
12
  - [style](PayPalCommerceCreditButtonInitializeOptions.md#style)
14
13
 
@@ -34,14 +33,6 @@ The option that used to initialize a PayPal script with provided currency code.
34
33
 
35
34
  ___
36
35
 
37
- ### initializesOnCheckoutPage
38
-
39
- • `Optional` **initializesOnCheckoutPage**: `boolean`
40
-
41
- Flag which helps to detect that the strategy initializes on Checkout page
42
-
43
- ___
44
-
45
36
  ### messagingContainerId
46
37
 
47
38
  • `Optional` **messagingContainerId**: `string`
@@ -8,7 +8,6 @@
8
8
 
9
9
  - [buyNowInitializeOptions](PayPalCommerceVenmoButtonInitializeOptions.md#buynowinitializeoptions)
10
10
  - [currencyCode](PayPalCommerceVenmoButtonInitializeOptions.md#currencycode)
11
- - [initializesOnCheckoutPage](PayPalCommerceVenmoButtonInitializeOptions.md#initializesoncheckoutpage)
12
11
  - [style](PayPalCommerceVenmoButtonInitializeOptions.md#style)
13
12
 
14
13
  ## Properties
@@ -29,14 +28,6 @@ The option that used to initialize a PayPal script with provided currency code.
29
28
 
30
29
  ___
31
30
 
32
- ### initializesOnCheckoutPage
33
-
34
- • `Optional` **initializesOnCheckoutPage**: `boolean`
35
-
36
- Flag which helps to detect that the strategy initializes on Checkout page
37
-
38
- ___
39
-
40
31
  ### style
41
32
 
42
33
  • `Optional` **style**: [`PayPalButtonStyleOptions`](PayPalButtonStyleOptions.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.350.0",
3
+ "version": "1.351.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",
@@ -1,22 +0,0 @@
1
- [@bigcommerce/checkout-sdk](../README.md) / StyleButtonLayout
2
-
3
- # Enumeration: StyleButtonLayout
4
-
5
- ## Table of contents
6
-
7
- ### Enumeration Members
8
-
9
- - [horizontal](StyleButtonLayout.md#horizontal)
10
- - [vertical](StyleButtonLayout.md#vertical)
11
-
12
- ## Enumeration Members
13
-
14
- ### horizontal
15
-
16
- • **horizontal**
17
-
18
- ___
19
-
20
- ### vertical
21
-
22
- • **vertical**