@bigcommerce/checkout-sdk 1.348.3 → 1.348.5

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.
@@ -6105,9 +6105,7 @@ declare interface PayPalCommerceVenmoButtonInitializeOptions {
6105
6105
  /**
6106
6106
  * The options that required to initialize Buy Now functionality.
6107
6107
  */
6108
- buyNowInitializeOptions?: {
6109
- getBuyNowCartRequestBody?(): BuyNowCartRequestBody_2 | void;
6110
- };
6108
+ buyNowInitializeOptions?: PayPalBuyNowInitializeOptions;
6111
6109
  }
6112
6110
 
6113
6111
  declare interface PayPalCommerceVenmoCustomerInitializeOptions {