@bigcommerce/checkout-sdk 1.276.1 → 1.276.2

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.
@@ -5558,6 +5558,8 @@ declare interface MolliePaymentInitializeOptions {
5558
5558
  * Hosted Form Validation Options
5559
5559
  */
5560
5560
  form?: HostedFormOptions;
5561
+ unsupportedMethodMessage?: string;
5562
+ disableButton(): void;
5561
5563
  }
5562
5564
 
5563
5565
  /**