@bigcommerce/checkout-sdk 1.348.3 → 1.348.5

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.
@@ -15,16 +15,10 @@
15
15
 
16
16
  ### buyNowInitializeOptions
17
17
 
18
- • `Optional` **buyNowInitializeOptions**: `Object`
18
+ • `Optional` **buyNowInitializeOptions**: [`PayPalBuyNowInitializeOptions`](PayPalBuyNowInitializeOptions.md)
19
19
 
20
20
  The options that required to initialize Buy Now functionality.
21
21
 
22
- #### Type declaration
23
-
24
- | Name | Type |
25
- | :------ | :------ |
26
- | `getBuyNowCartRequestBody?` | () => `void` \| `default` |
27
-
28
22
  ___
29
23
 
30
24
  ### currencyCode
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.348.3",
3
+ "version": "1.348.5",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",