@bigcommerce/checkout-sdk 1.348.5 → 1.348.6

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