@bigcommerce/checkout-sdk 1.278.0 → 1.278.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.
@@ -5561,8 +5561,6 @@ declare interface MolliePaymentInitializeOptions {
5561
5561
  * Hosted Form Validation Options
5562
5562
  */
5563
5563
  form?: HostedFormOptions;
5564
- unsupportedMethodMessage?: string;
5565
- disableButton(): void;
5566
5564
  }
5567
5565
 
5568
5566
  /**