@bigcommerce/checkout-sdk 1.380.0 → 1.380.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/dist/checkout-button.js +1 -1
- package/dist/checkout-button.umd.js +1 -1
- package/dist/checkout-sdk.d.ts +2 -2
- 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/BraintreePaypalAchInitializeOptions.md +10 -6
- package/package.json +1 -1
package/dist/checkout-sdk.d.ts
CHANGED
|
@@ -1641,9 +1641,9 @@ declare interface BraintreePaymentInitializeOptions {
|
|
|
1641
1641
|
|
|
1642
1642
|
declare interface BraintreePaypalAchInitializeOptions {
|
|
1643
1643
|
/**
|
|
1644
|
-
*
|
|
1644
|
+
* A callback that returns text that should be displayed to the customer in UI for proof of authorization
|
|
1645
1645
|
*/
|
|
1646
|
-
|
|
1646
|
+
getMandateText: () => string;
|
|
1647
1647
|
}
|
|
1648
1648
|
|
|
1649
1649
|
declare interface BraintreePaypalButtonInitializeOptions {
|