@bigcommerce/checkout-sdk 1.451.0 → 1.452.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.
@@ -5123,6 +5123,9 @@ declare interface GatewayOrderPayment extends OrderPayment {
5123
5123
  mandate?: {
5124
5124
  id: string;
5125
5125
  url?: string;
5126
+ mandateText?: {
5127
+ [key: string]: string;
5128
+ };
5126
5129
  };
5127
5130
  }
5128
5131