@bigcommerce/checkout-sdk 1.348.2 → 1.348.4

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,25 @@
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.4](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.348.3...v1.348.4) (2023-02-16)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **checkout:** ADYEN-588 update payment data request on wallet button click googlepay ([7e1b0af](https://github.com/bigcommerce/checkout-sdk-js/commit/7e1b0af92e448b9d439a15fc1c0a1b3a759f41b8))
11
+
12
+
13
+ ### Code Refactoring
14
+
15
+ * **payment:** PAYPAL-1981 updated PayPalCommerceVenmoButtonStrategy with PayPalCommerceIntegrationService ([#1851](https://github.com/bigcommerce/checkout-sdk-js/issues/1851)) ([af741dc](https://github.com/bigcommerce/checkout-sdk-js/commit/af741dc3b87b06b952b93f3a1ec551527088d675))
16
+
17
+ ### [1.348.3](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.348.2...v1.348.3) (2023-02-16)
18
+
19
+
20
+ ### Code Refactoring
21
+
22
+ * **payment:** PAYPAL-1982 updated PayPalCommerceVenmoCustomerStrategy with PayPalCommerceIntegrationService ([#1850](https://github.com/bigcommerce/checkout-sdk-js/issues/1850)) ([27797cb](https://github.com/bigcommerce/checkout-sdk-js/commit/27797cb9fa994f648754f4f0b1cb40e6197274dd))
23
+
5
24
  ### [1.348.2](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.348.1...v1.348.2) (2023-02-16)
6
25
 
7
26
 
@@ -745,9 +745,7 @@ declare interface PayPalCommerceVenmoButtonInitializeOptions {
745
745
  /**
746
746
  * The options that required to initialize Buy Now functionality.
747
747
  */
748
- buyNowInitializeOptions?: {
749
- getBuyNowCartRequestBody?(): BuyNowCartRequestBody_2 | void;
750
- };
748
+ buyNowInitializeOptions?: PayPalBuyNowInitializeOptions;
751
749
  }
752
750
 
753
751
  declare interface PaypalButtonInitializeOptions {