@bigcommerce/checkout-sdk 1.284.0 → 1.284.1

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/docs/README.md CHANGED
@@ -300,7 +300,6 @@
300
300
  - [PaypalCommercePaymentInitializeOptions](interfaces/PaypalCommercePaymentInitializeOptions.md)
301
301
  - [PaypalCommerceStoredCardFieldOptions](interfaces/PaypalCommerceStoredCardFieldOptions.md)
302
302
  - [PaypalCommerceStoredCardFieldsMap](interfaces/PaypalCommerceStoredCardFieldsMap.md)
303
- - [PaypalCommerceV2ButtonInitializeOptions](interfaces/PaypalCommerceV2ButtonInitializeOptions.md)
304
303
  - [PaypalCommerceVenmoButtonInitializeOptions](interfaces/PaypalCommerceVenmoButtonInitializeOptions.md)
305
304
  - [PaypalExpressPaymentInitializeOptions](interfaces/PaypalExpressPaymentInitializeOptions.md)
306
305
  - [PaypalFieldsStyleOptions](interfaces/PaypalFieldsStyleOptions.md)
@@ -222,7 +222,7 @@ ___
222
222
 
223
223
  ### paypalcommerce
224
224
 
225
- • `Optional` **paypalcommerce**: [`PaypalCommerceV2ButtonInitializeOptions`](PaypalCommerceV2ButtonInitializeOptions.md)
225
+ • `Optional` **paypalcommerce**: [`PaypalCommerceButtonInitializeOptions`](PaypalCommerceButtonInitializeOptions.md)
226
226
 
227
227
  The options that are required to facilitate PayPal Commerce V2. They can be omitted
228
228
  unless you need to support Paypal Commerce.
@@ -6,16 +6,16 @@
6
6
 
7
7
  ### Properties
8
8
 
9
- - [messagingContainer](PaypalCommerceButtonInitializeOptions.md#messagingcontainer)
9
+ - [initializesOnCheckoutPage](PaypalCommerceButtonInitializeOptions.md#initializesoncheckoutpage)
10
10
  - [style](PaypalCommerceButtonInitializeOptions.md#style)
11
11
 
12
12
  ## Properties
13
13
 
14
- ### messagingContainer
14
+ ### initializesOnCheckoutPage
15
15
 
16
- • `Optional` **messagingContainer**: `string`
16
+ • `Optional` **initializesOnCheckoutPage**: `boolean`
17
17
 
18
- Container id for messaging banner container
18
+ Flag which helps to detect that the strategy initializes on Checkout page
19
19
 
20
20
  ___
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.284.0",
3
+ "version": "1.284.1",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",
@@ -1,26 +0,0 @@
1
- [@bigcommerce/checkout-sdk](../README.md) / PaypalCommerceV2ButtonInitializeOptions
2
-
3
- # Interface: PaypalCommerceV2ButtonInitializeOptions
4
-
5
- ## Table of contents
6
-
7
- ### Properties
8
-
9
- - [initializesOnCheckoutPage](PaypalCommerceV2ButtonInitializeOptions.md#initializesoncheckoutpage)
10
- - [style](PaypalCommerceV2ButtonInitializeOptions.md#style)
11
-
12
- ## Properties
13
-
14
- ### initializesOnCheckoutPage
15
-
16
- • `Optional` **initializesOnCheckoutPage**: `boolean`
17
-
18
- Flag which helps to detect that the strategy initializes on Checkout page
19
-
20
- ___
21
-
22
- ### style
23
-
24
- • `Optional` **style**: [`PaypalButtonStyleOptions_2`](PaypalButtonStyleOptions_2.md)
25
-
26
- A set of styling options for the checkout button.