@bigcommerce/checkout-sdk 1.752.0 → 1.754.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.
@@ -7790,6 +7790,7 @@ declare interface PaymentMethod<T = any> {
7790
7790
  initializationData?: T;
7791
7791
  returnUrl?: string;
7792
7792
  initializationStrategy?: InitializationStrategy;
7793
+ skipRedirectConfirmationAlert: boolean;
7793
7794
  }
7794
7795
 
7795
7796
  declare interface PaymentMethodConfig {