@bigcommerce/checkout-sdk 1.284.0 → 1.284.1
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 +7 -0
- package/dist/checkout-button.d.ts +3 -14
- package/dist/checkout-button.js +1 -1
- package/dist/checkout-button.js.map +1 -1
- package/dist/checkout-button.umd.js +1 -1
- package/dist/checkout-button.umd.js.map +1 -1
- package/dist/checkout-sdk.d.ts +3 -14
- package/dist/checkout-sdk.js +1 -1
- package/dist/checkout-sdk.js.map +1 -1
- package/dist/checkout-sdk.umd.js +1 -1
- package/dist/checkout-sdk.umd.js.map +1 -1
- package/docs/README.md +0 -1
- package/docs/interfaces/BaseCheckoutButtonInitializeOptions.md +1 -1
- package/docs/interfaces/PaypalCommerceButtonInitializeOptions.md +4 -4
- package/package.json +1 -1
- package/docs/interfaces/PaypalCommerceV2ButtonInitializeOptions.md +0 -26
package/docs/README.md
CHANGED
|
@@ -300,7 +300,6 @@
|
|
|
300
300
|
- [PaypalCommercePaymentInitializeOptions](interfaces/PaypalCommercePaymentInitializeOptions.md)
|
|
301
301
|
- [PaypalCommerceStoredCardFieldOptions](interfaces/PaypalCommerceStoredCardFieldOptions.md)
|
|
302
302
|
- [PaypalCommerceStoredCardFieldsMap](interfaces/PaypalCommerceStoredCardFieldsMap.md)
|
|
303
|
-
- [PaypalCommerceV2ButtonInitializeOptions](interfaces/PaypalCommerceV2ButtonInitializeOptions.md)
|
|
304
303
|
- [PaypalCommerceVenmoButtonInitializeOptions](interfaces/PaypalCommerceVenmoButtonInitializeOptions.md)
|
|
305
304
|
- [PaypalExpressPaymentInitializeOptions](interfaces/PaypalExpressPaymentInitializeOptions.md)
|
|
306
305
|
- [PaypalFieldsStyleOptions](interfaces/PaypalFieldsStyleOptions.md)
|
|
@@ -222,7 +222,7 @@ ___
|
|
|
222
222
|
|
|
223
223
|
### paypalcommerce
|
|
224
224
|
|
|
225
|
-
• `Optional` **paypalcommerce**: [`
|
|
225
|
+
• `Optional` **paypalcommerce**: [`PaypalCommerceButtonInitializeOptions`](PaypalCommerceButtonInitializeOptions.md)
|
|
226
226
|
|
|
227
227
|
The options that are required to facilitate PayPal Commerce V2. They can be omitted
|
|
228
228
|
unless you need to support Paypal Commerce.
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
|
|
7
7
|
### Properties
|
|
8
8
|
|
|
9
|
-
- [
|
|
9
|
+
- [initializesOnCheckoutPage](PaypalCommerceButtonInitializeOptions.md#initializesoncheckoutpage)
|
|
10
10
|
- [style](PaypalCommerceButtonInitializeOptions.md#style)
|
|
11
11
|
|
|
12
12
|
## Properties
|
|
13
13
|
|
|
14
|
-
###
|
|
14
|
+
### initializesOnCheckoutPage
|
|
15
15
|
|
|
16
|
-
• `Optional` **
|
|
16
|
+
• `Optional` **initializesOnCheckoutPage**: `boolean`
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
Flag which helps to detect that the strategy initializes on Checkout page
|
|
19
19
|
|
|
20
20
|
___
|
|
21
21
|
|
package/package.json
CHANGED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
[@bigcommerce/checkout-sdk](../README.md) / PaypalCommerceV2ButtonInitializeOptions
|
|
2
|
-
|
|
3
|
-
# Interface: PaypalCommerceV2ButtonInitializeOptions
|
|
4
|
-
|
|
5
|
-
## Table of contents
|
|
6
|
-
|
|
7
|
-
### Properties
|
|
8
|
-
|
|
9
|
-
- [initializesOnCheckoutPage](PaypalCommerceV2ButtonInitializeOptions.md#initializesoncheckoutpage)
|
|
10
|
-
- [style](PaypalCommerceV2ButtonInitializeOptions.md#style)
|
|
11
|
-
|
|
12
|
-
## Properties
|
|
13
|
-
|
|
14
|
-
### initializesOnCheckoutPage
|
|
15
|
-
|
|
16
|
-
• `Optional` **initializesOnCheckoutPage**: `boolean`
|
|
17
|
-
|
|
18
|
-
Flag which helps to detect that the strategy initializes on Checkout page
|
|
19
|
-
|
|
20
|
-
___
|
|
21
|
-
|
|
22
|
-
### style
|
|
23
|
-
|
|
24
|
-
• `Optional` **style**: [`PaypalButtonStyleOptions_2`](PaypalButtonStyleOptions_2.md)
|
|
25
|
-
|
|
26
|
-
A set of styling options for the checkout button.
|