@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.
@@ -24,10 +24,6 @@ declare interface ApplePayButtonInitializeOptions {
24
24
  * This option indicates if product requires shipping
25
25
  */
26
26
  requiresShipping?: boolean;
27
- /**
28
- * Enabling a new version of Apple Pay with using Apple Pay SDK
29
- */
30
- isWebBrowserSupported?: boolean;
31
27
  /**
32
28
  * The options that are required to initialize Buy Now functionality.
33
29
  */