@bigcommerce/checkout-sdk 1.799.0 → 1.801.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.
@@ -567,10 +567,6 @@ declare interface ApplePayButtonInitializeOptions {
567
567
  * This option indicates if product requires shipping
568
568
  */
569
569
  requiresShipping?: boolean;
570
- /**
571
- * Enabling a new version of Apple Pay with using Apple Pay SDK
572
- */
573
- isWebBrowserSupported?: boolean;
574
570
  /**
575
571
  * The options that are required to initialize Buy Now functionality.
576
572
  */