@bigcommerce/checkout-sdk 1.768.0 → 1.769.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.
- package/dist/checkout-button.js +1 -1
- package/dist/checkout-button.umd.js +1 -1
- package/dist/checkout-sdk.d.ts +1 -1
- package/dist/checkout-sdk.js +1 -1
- package/dist/checkout-sdk.js.map +1 -1
- package/dist/checkout-sdk.umd.js +1 -1
- package/dist/checkout-sdk.umd.js.map +1 -1
- package/dist/hosted-form-v2-iframe-host.js +1 -1
- package/dist/hosted-form-v2-iframe-host.umd.js +1 -1
- package/docs/interfaces/BigCommercePaymentsAlternativeMethodsPaymentInitializeOptions.md +1 -1
- package/package.json +1 -1
package/dist/checkout-sdk.d.ts
CHANGED
|
@@ -888,7 +888,7 @@ declare interface BigCommercePaymentsAlternativeMethodsPaymentInitializeOptions
|
|
|
888
888
|
/**
|
|
889
889
|
* A callback for displaying error popup. This callback requires error object as parameter.
|
|
890
890
|
*/
|
|
891
|
-
onError?(error: Error): void;
|
|
891
|
+
onError?(error: Error | unknown): void;
|
|
892
892
|
/**
|
|
893
893
|
* A callback right before render Smart Payment Button that gets called when
|
|
894
894
|
* Smart Payment Button is eligible. This callback can be used to hide the standard submit button.
|