@bigcommerce/checkout-sdk 1.348.4 → 1.348.6

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.348.6](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.348.5...v1.348.6) (2023-02-17)
6
+
7
+
8
+ ### Code Refactoring
9
+
10
+ * **payment:** PAYPAL-1979 updated PayPalCommerceCreditButtonStrategy with PayPalCommerceIntegrationService ([#1856](https://github.com/bigcommerce/checkout-sdk-js/issues/1856)) ([694d2c2](https://github.com/bigcommerce/checkout-sdk-js/commit/694d2c214f99a65b4f0a41dcb24c31736d90b2f8))
11
+
12
+ ### [1.348.5](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.348.4...v1.348.5) (2023-02-17)
13
+
14
+
15
+ ### Code Refactoring
16
+
17
+ * **payment:** PAYPAL-1980 updated PayPalCommerceCreditCustomer strategy with PayPalCommerceIntegrationService ([#1855](https://github.com/bigcommerce/checkout-sdk-js/issues/1855)) ([35fccff](https://github.com/bigcommerce/checkout-sdk-js/commit/35fccff3e4567278013f9648cdafcdf98e861695))
18
+
5
19
  ### [1.348.4](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.348.3...v1.348.4) (2023-02-16)
6
20
 
7
21
 
@@ -694,9 +694,7 @@ declare interface PayPalCommerceCreditButtonInitializeOptions {
694
694
  /**
695
695
  * The options that are required to initialize Buy Now functionality.
696
696
  */
697
- buyNowInitializeOptions?: {
698
- getBuyNowCartRequestBody?(): BuyNowCartRequestBody_2 | void;
699
- };
697
+ buyNowInitializeOptions?: PayPalBuyNowInitializeOptions;
700
698
  /**
701
699
  * A callback that gets called when payment complete on paypal side.
702
700
  */