@bigcommerce/checkout-sdk 1.530.0 → 1.531.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.
@@ -7673,7 +7673,7 @@ declare interface PayPalCommercePaymentInitializeOptions {
7673
7673
  /**
7674
7674
  * A callback for displaying error popup. This callback requires error object as parameter.
7675
7675
  */
7676
- onError?(error: Error): void;
7676
+ onError?(error: unknown): void;
7677
7677
  /**
7678
7678
  * A callback right before render Smart Payment Button that gets called when
7679
7679
  * Smart Payment Button is eligible. This callback can be used to hide the standard submit button.