@bigcommerce/checkout-sdk 1.298.2 → 1.299.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.
@@ -6,6 +6,8 @@
6
6
 
7
7
  ### Properties
8
8
 
9
+ - [buyNowInitializeOptions](BraintreePaypalButtonInitializeOptions.md#buynowinitializeoptions)
10
+ - [currencyCode](BraintreePaypalButtonInitializeOptions.md#currencycode)
9
11
  - [messagingContainerId](BraintreePaypalButtonInitializeOptions.md#messagingcontainerid)
10
12
  - [shippingAddress](BraintreePaypalButtonInitializeOptions.md#shippingaddress)
11
13
  - [style](BraintreePaypalButtonInitializeOptions.md#style)
@@ -18,6 +20,28 @@
18
20
 
19
21
  ## Properties
20
22
 
23
+ ### buyNowInitializeOptions
24
+
25
+ • `Optional` **buyNowInitializeOptions**: `Object`
26
+
27
+ The options that are required to initialize Buy Now functionality.
28
+
29
+ #### Type declaration
30
+
31
+ | Name | Type |
32
+ | :------ | :------ |
33
+ | `getBuyNowCartRequestBody?` | () => `void` \| [`BuyNowCartRequestBody`](BuyNowCartRequestBody.md) |
34
+
35
+ ___
36
+
37
+ ### currencyCode
38
+
39
+ • `Optional` **currencyCode**: `string`
40
+
41
+ The option that used to initialize a PayPal script with provided currency code.
42
+
43
+ ___
44
+
21
45
  ### messagingContainerId
22
46
 
23
47
  • `Optional` **messagingContainerId**: `string`
@@ -6,6 +6,8 @@
6
6
 
7
7
  ### Properties
8
8
 
9
+ - [buyNowInitializeOptions](BraintreePaypalCreditButtonInitializeOptions.md#buynowinitializeoptions)
10
+ - [currencyCode](BraintreePaypalCreditButtonInitializeOptions.md#currencycode)
9
11
  - [shippingAddress](BraintreePaypalCreditButtonInitializeOptions.md#shippingaddress)
10
12
  - [style](BraintreePaypalCreditButtonInitializeOptions.md#style)
11
13
 
@@ -17,6 +19,28 @@
17
19
 
18
20
  ## Properties
19
21
 
22
+ ### buyNowInitializeOptions
23
+
24
+ • `Optional` **buyNowInitializeOptions**: `Object`
25
+
26
+ The options that are required to initialize Buy Now functionality.
27
+
28
+ #### Type declaration
29
+
30
+ | Name | Type |
31
+ | :------ | :------ |
32
+ | `getBuyNowCartRequestBody?` | () => `void` \| [`BuyNowCartRequestBody`](BuyNowCartRequestBody.md) |
33
+
34
+ ___
35
+
36
+ ### currencyCode
37
+
38
+ • `Optional` **currencyCode**: `string`
39
+
40
+ The option that used to initialize a PayPal script with provided currency code.
41
+
42
+ ___
43
+
20
44
  ### shippingAddress
21
45
 
22
46
  • `Optional` **shippingAddress**: ``null`` \| [`Address`](Address.md)
@@ -4,10 +4,37 @@
4
4
 
5
5
  ## Table of contents
6
6
 
7
+ ### Properties
8
+
9
+ - [buyNowInitializeOptions](BraintreeVenmoButtonInitializeOptions.md#buynowinitializeoptions)
10
+ - [currencyCode](BraintreeVenmoButtonInitializeOptions.md#currencycode)
11
+
7
12
  ### Methods
8
13
 
9
14
  - [onError](BraintreeVenmoButtonInitializeOptions.md#onerror)
10
15
 
16
+ ## Properties
17
+
18
+ ### buyNowInitializeOptions
19
+
20
+ • `Optional` **buyNowInitializeOptions**: `Object`
21
+
22
+ The options that are required to initialize Buy Now functionality.
23
+
24
+ #### Type declaration
25
+
26
+ | Name | Type |
27
+ | :------ | :------ |
28
+ | `getBuyNowCartRequestBody?` | () => `void` \| [`BuyNowCartRequestBody`](BuyNowCartRequestBody.md) |
29
+
30
+ ___
31
+
32
+ ### currencyCode
33
+
34
+ • `Optional` **currencyCode**: `string`
35
+
36
+ The option that used to initialize a PayPal script with provided currency code.
37
+
11
38
  ## Methods
12
39
 
13
40
  ### onError
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.298.2",
3
+ "version": "1.299.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",