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