@bigcommerce/checkout-sdk 1.775.0 → 1.777.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.
@@ -1168,6 +1168,10 @@ declare interface BigCommercePaymentsFastlanePaymentInitializeOptions {
1168
1168
  * when get triggered
1169
1169
  */
1170
1170
  onChange?: (showPayPalCardSelector: () => Promise<CardInstrument_2 | undefined>) => void;
1171
+ /**
1172
+ * Callback that handles errors
1173
+ */
1174
+ onError?: (error: unknown) => void;
1171
1175
  /**
1172
1176
  * Is a stylisation options for customizing BigCommercePayments Fastlane components
1173
1177
  *