@bigcommerce/checkout-sdk 1.772.0 → 1.773.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.
@@ -7512,6 +7512,10 @@ declare interface PayPalCommerceFastlanePaymentInitializeOptions {
7512
7512
  * when get triggered
7513
7513
  */
7514
7514
  onChange?: (showPayPalCardSelector: () => Promise<CardInstrument_2 | undefined>) => void;
7515
+ /**
7516
+ * Callback that handles errors
7517
+ */
7518
+ onError?: (error: unknown) => void;
7515
7519
  /**
7516
7520
  * Is a stylisation options for customizing PayPal Fastlane components
7517
7521
  *