@bigcommerce/checkout-sdk 1.280.1 → 1.280.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.
@@ -5574,7 +5574,7 @@ declare interface MolliePaymentInitializeOptions {
5574
5574
  */
5575
5575
  form?: HostedFormOptions;
5576
5576
  unsupportedMethodMessage?: string;
5577
- disableButton(): void;
5577
+ disableButton(disabled: boolean): void;
5578
5578
  }
5579
5579
 
5580
5580
  /**