@bigcommerce/checkout-sdk 1.338.0 → 1.339.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.
- package/CHANGELOG.md +7 -0
- package/dist/checkout-button.js +1 -1
- package/dist/checkout-button.umd.js +1 -1
- package/dist/checkout-sdk.d.ts +5 -0
- package/dist/checkout-sdk.js +1 -1
- package/dist/checkout-sdk.umd.js +1 -1
- package/docs/README.md +7 -0
- package/docs/interfaces/CheckoutSettings.md +13 -0
- package/package.json +1 -1
package/docs/README.md
CHANGED
|
@@ -431,6 +431,7 @@
|
|
|
431
431
|
- [PaypalCommerceInitializeOptions](README.md#paypalcommerceinitializeoptions)
|
|
432
432
|
- [StripeElementOptions](README.md#stripeelementoptions)
|
|
433
433
|
- [StripeEventType](README.md#stripeeventtype)
|
|
434
|
+
- [UserExperienceSettingNames](README.md#userexperiencesettingnames)
|
|
434
435
|
|
|
435
436
|
### Functions
|
|
436
437
|
|
|
@@ -725,6 +726,12 @@ ___
|
|
|
725
726
|
|
|
726
727
|
Ƭ **StripeEventType**: [`StripeShippingEvent`](interfaces/StripeShippingEvent.md) \| [`StripeCustomerEvent`](interfaces/StripeCustomerEvent.md)
|
|
727
728
|
|
|
729
|
+
___
|
|
730
|
+
|
|
731
|
+
### UserExperienceSettingNames
|
|
732
|
+
|
|
733
|
+
Ƭ **UserExperienceSettingNames**: ``"walletButtonsOnTop"``
|
|
734
|
+
|
|
728
735
|
## Functions
|
|
729
736
|
|
|
730
737
|
### createBodlService
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
### Properties
|
|
8
8
|
|
|
9
|
+
- [CheckoutUserExperienceSettings](CheckoutSettings.md#checkoutuserexperiencesettings)
|
|
9
10
|
- [checkoutBillingSameAsShippingEnabled](CheckoutSettings.md#checkoutbillingsameasshippingenabled)
|
|
10
11
|
- [enableOrderComments](CheckoutSettings.md#enableordercomments)
|
|
11
12
|
- [enableTermsAndConditions](CheckoutSettings.md#enabletermsandconditions)
|
|
@@ -36,6 +37,18 @@
|
|
|
36
37
|
|
|
37
38
|
## Properties
|
|
38
39
|
|
|
40
|
+
### CheckoutUserExperienceSettings
|
|
41
|
+
|
|
42
|
+
• **CheckoutUserExperienceSettings**: `Object`
|
|
43
|
+
|
|
44
|
+
#### Type declaration
|
|
45
|
+
|
|
46
|
+
| Name | Type |
|
|
47
|
+
| :------ | :------ |
|
|
48
|
+
| `walletButtonsOnTop` | `boolean` |
|
|
49
|
+
|
|
50
|
+
___
|
|
51
|
+
|
|
39
52
|
### checkoutBillingSameAsShippingEnabled
|
|
40
53
|
|
|
41
54
|
• **checkoutBillingSameAsShippingEnabled**: `boolean`
|