@bigcommerce/checkout-sdk 1.294.0 → 1.295.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/CHANGELOG.md +8 -0
- package/dist/checkout-button.d.ts +20 -0
- 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 +20 -0
- 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/interfaces/PaypalCommerceAlternativeMethodsButtonOptions.md +24 -0
- package/docs/interfaces/PaypalCommerceVenmoButtonInitializeOptions.md +24 -0
- package/package.json +1 -1
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
### Properties
|
|
8
8
|
|
|
9
9
|
- [apm](PaypalCommerceAlternativeMethodsButtonOptions.md#apm)
|
|
10
|
+
- [buyNowInitializeOptions](PaypalCommerceAlternativeMethodsButtonOptions.md#buynowinitializeoptions)
|
|
11
|
+
- [currencyCode](PaypalCommerceAlternativeMethodsButtonOptions.md#currencycode)
|
|
10
12
|
- [initializesOnCheckoutPage](PaypalCommerceAlternativeMethodsButtonOptions.md#initializesoncheckoutpage)
|
|
11
13
|
- [style](PaypalCommerceAlternativeMethodsButtonOptions.md#style)
|
|
12
14
|
|
|
@@ -20,6 +22,28 @@ Alternative payment method id what used for initialization PayPal button as fund
|
|
|
20
22
|
|
|
21
23
|
___
|
|
22
24
|
|
|
25
|
+
### buyNowInitializeOptions
|
|
26
|
+
|
|
27
|
+
• `Optional` **buyNowInitializeOptions**: `Object`
|
|
28
|
+
|
|
29
|
+
The options that are required to initialize Buy Now functionality.
|
|
30
|
+
|
|
31
|
+
#### Type declaration
|
|
32
|
+
|
|
33
|
+
| Name | Type |
|
|
34
|
+
| :------ | :------ |
|
|
35
|
+
| `getBuyNowCartRequestBody?` | () => `void` \| [`BuyNowCartRequestBody`](BuyNowCartRequestBody.md) |
|
|
36
|
+
|
|
37
|
+
___
|
|
38
|
+
|
|
39
|
+
### currencyCode
|
|
40
|
+
|
|
41
|
+
• `Optional` **currencyCode**: `string`
|
|
42
|
+
|
|
43
|
+
The option that used to initialize a PayPal script with provided currency code.
|
|
44
|
+
|
|
45
|
+
___
|
|
46
|
+
|
|
23
47
|
### initializesOnCheckoutPage
|
|
24
48
|
|
|
25
49
|
• `Optional` **initializesOnCheckoutPage**: `boolean`
|
|
@@ -6,11 +6,35 @@
|
|
|
6
6
|
|
|
7
7
|
### Properties
|
|
8
8
|
|
|
9
|
+
- [buyNowInitializeOptions](PaypalCommerceVenmoButtonInitializeOptions.md#buynowinitializeoptions)
|
|
10
|
+
- [currencyCode](PaypalCommerceVenmoButtonInitializeOptions.md#currencycode)
|
|
9
11
|
- [initializesOnCheckoutPage](PaypalCommerceVenmoButtonInitializeOptions.md#initializesoncheckoutpage)
|
|
10
12
|
- [style](PaypalCommerceVenmoButtonInitializeOptions.md#style)
|
|
11
13
|
|
|
12
14
|
## Properties
|
|
13
15
|
|
|
16
|
+
### buyNowInitializeOptions
|
|
17
|
+
|
|
18
|
+
• `Optional` **buyNowInitializeOptions**: `Object`
|
|
19
|
+
|
|
20
|
+
The options that are required to initialize Buy Now functionality.
|
|
21
|
+
|
|
22
|
+
#### Type declaration
|
|
23
|
+
|
|
24
|
+
| Name | Type |
|
|
25
|
+
| :------ | :------ |
|
|
26
|
+
| `getBuyNowCartRequestBody?` | () => `void` \| [`BuyNowCartRequestBody`](BuyNowCartRequestBody.md) |
|
|
27
|
+
|
|
28
|
+
___
|
|
29
|
+
|
|
30
|
+
### currencyCode
|
|
31
|
+
|
|
32
|
+
• `Optional` **currencyCode**: `string`
|
|
33
|
+
|
|
34
|
+
The option that used to initialize a PayPal script with provided currency code.
|
|
35
|
+
|
|
36
|
+
___
|
|
37
|
+
|
|
14
38
|
### initializesOnCheckoutPage
|
|
15
39
|
|
|
16
40
|
• `Optional` **initializesOnCheckoutPage**: `boolean`
|