@bigcommerce/checkout-sdk 1.357.1 → 1.358.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 +12 -0
- package/dist/checkout-button.js +1 -1
- package/dist/checkout-button.umd.js +1 -1
- package/dist/checkout-sdk.d.ts +2 -0
- package/dist/checkout-sdk.js +1 -1
- package/dist/checkout-sdk.js.map +1 -1
- package/dist/checkout-sdk.umd.js +1 -1
- package/dist/checkout-sdk.umd.js.map +1 -1
- package/docs/interfaces/BraintreePaypalCreditCustomerInitializeOptions.md +7 -0
- package/docs/interfaces/BraintreePaypalCustomerInitializeOptions.md +7 -0
- package/package.json +1 -1
package/dist/checkout-sdk.d.ts
CHANGED
|
@@ -1706,6 +1706,7 @@ declare interface BraintreePaypalCreditCustomerInitializeOptions {
|
|
|
1706
1706
|
* The ID of a container which the checkout button should be inserted into.
|
|
1707
1707
|
*/
|
|
1708
1708
|
container: string;
|
|
1709
|
+
buttonHeight?: number;
|
|
1709
1710
|
/**
|
|
1710
1711
|
* A callback that gets called on any error instead of submit payment or authorization errors.
|
|
1711
1712
|
*
|
|
@@ -1719,6 +1720,7 @@ declare interface BraintreePaypalCustomerInitializeOptions {
|
|
|
1719
1720
|
* The ID of a container which the checkout button should be inserted into.
|
|
1720
1721
|
*/
|
|
1721
1722
|
container: string;
|
|
1723
|
+
buttonHeight?: number;
|
|
1722
1724
|
/**
|
|
1723
1725
|
* A callback that gets called on any error instead of submit payment or authorization errors.
|
|
1724
1726
|
*
|