@bigcommerce/checkout-sdk 1.283.1 → 1.284.2

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,27 @@
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.284.2](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.284.1...v1.284.2) (2022-09-13)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **payment:** ADYEN-540 fixed adyen 3ds2 challenge on googlepay ([3b2bec4](https://github.com/bigcommerce/checkout-sdk-js/commit/3b2bec451615fbaecdeab92ea6f1381b02707c78))
11
+
12
+ ### [1.284.1](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.284.0...v1.284.1) (2022-09-12)
13
+
14
+
15
+ ### Code Refactoring
16
+
17
+ * **payment:** PAYPAL-1538 switched PayPalCommerce common button strategy with V2 and removed old implementation ([#1570](https://github.com/bigcommerce/checkout-sdk-js/issues/1570)) ([2b033fd](https://github.com/bigcommerce/checkout-sdk-js/commit/2b033fdd4b95c913824e9d4a2df682814fb2a759))
18
+
19
+ ## [1.284.0](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.283.1...v1.284.0) (2022-09-09)
20
+
21
+
22
+ ### Features
23
+
24
+ * **checkout:** STRF-9858 Bodl Service: Checkout Begin and Order Purchased ([#1587](https://github.com/bigcommerce/checkout-sdk-js/issues/1587)) ([1e7e054](https://github.com/bigcommerce/checkout-sdk-js/commit/1e7e0546d2f24e7f1fb37a0fd42b84d59f40cf57))
25
+
5
26
  ### [1.283.1](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.283.0...v1.283.1) (2022-09-08)
6
27
 
7
28
 
@@ -298,7 +298,7 @@ declare interface BaseCheckoutButtonInitializeOptions extends CheckoutButtonOpti
298
298
  * The options that are required to facilitate PayPal Commerce V2. They can be omitted
299
299
  * unless you need to support Paypal Commerce.
300
300
  */
301
- paypalcommerce?: PaypalCommerceV2ButtonInitializeOptions;
301
+ paypalcommerce?: PaypalCommerceButtonInitializeOptions;
302
302
  /**
303
303
  * The options that are required to facilitate PayPal Commerce. They can be omitted
304
304
  * unless you need to support PayPal Commerce Credit / PayLater.
@@ -685,9 +685,9 @@ declare interface PaypalCommerceButtonInitializeOptions {
685
685
  */
686
686
  style?: PaypalButtonStyleOptions_2;
687
687
  /**
688
- * Container id for messaging banner container
688
+ * Flag which helps to detect that the strategy initializes on Checkout page
689
689
  */
690
- messagingContainer?: string;
690
+ initializesOnCheckoutPage?: boolean;
691
691
  }
692
692
 
693
693
  declare interface PaypalCommerceCreditButtonInitializeOptions {
@@ -740,17 +740,6 @@ declare interface PaypalCommerceInlineCheckoutButtonInitializeOptions {
740
740
  onComplete(): void;
741
741
  }
742
742
 
743
- declare interface PaypalCommerceV2ButtonInitializeOptions {
744
- /**
745
- * A set of styling options for the checkout button.
746
- */
747
- style?: PaypalButtonStyleOptions_2;
748
- /**
749
- * Flag which helps to detect that the strategy initializes on Checkout page
750
- */
751
- initializesOnCheckoutPage?: boolean;
752
- }
753
-
754
743
  declare interface PaypalCommerceVenmoButtonInitializeOptions {
755
744
  /**
756
745
  * A set of styling options for the checkout button.