@bigcommerce/checkout-sdk 1.348.5 → 1.349.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.
@@ -6014,9 +6014,7 @@ declare interface PayPalCommerceCreditButtonInitializeOptions {
6014
6014
  /**
6015
6015
  * The options that are required to initialize Buy Now functionality.
6016
6016
  */
6017
- buyNowInitializeOptions?: {
6018
- getBuyNowCartRequestBody?(): BuyNowCartRequestBody_2 | void;
6019
- };
6017
+ buyNowInitializeOptions?: PayPalBuyNowInitializeOptions;
6020
6018
  /**
6021
6019
  * A callback that gets called when payment complete on paypal side.
6022
6020
  */