@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.
@@ -1641,9 +1641,9 @@ declare interface BraintreePaymentInitializeOptions {
1641
1641
 
1642
1642
  declare interface BraintreePaypalAchInitializeOptions {
1643
1643
  /**
1644
- * The text that should be displayed to the customer in UI for proof of authorization
1644
+ * A callback that returns text that should be displayed to the customer in UI for proof of authorization
1645
1645
  */
1646
- mandateText: string;
1646
+ getMandateText: () => string;
1647
1647
  }
1648
1648
 
1649
1649
  declare interface BraintreePaypalButtonInitializeOptions {