@bigcommerce/checkout-sdk 1.326.3 → 1.327.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.
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.327.0](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.326.4...v1.327.0) (2023-01-24)
6
+
7
+
8
+ ### Features
9
+
10
+ * **payment:** STRIPE-194 keep Shipping Address Information If Shopper Logs Out Of Link ([#1760](https://github.com/bigcommerce/checkout-sdk-js/issues/1760)) ([9a661a3](https://github.com/bigcommerce/checkout-sdk-js/commit/9a661a3b3f6abbbe716f6f9227c9e6e68aad65df))
11
+
12
+ ### [1.326.4](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.326.3...v1.326.4) (2023-01-23)
13
+
14
+
15
+ ### Code Refactoring
16
+
17
+ * **payment:** PAYPAL-1917 removed PayPalCommerceInlineCheckoutButtonStrategy from core package ([#1783](https://github.com/bigcommerce/checkout-sdk-js/issues/1783)) ([0921359](https://github.com/bigcommerce/checkout-sdk-js/commit/0921359bd2a1f9df68476a077baea0ea0c7ba8f1))
18
+
5
19
  ### [1.326.3](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.326.2...v1.326.3) (2023-01-20)
6
20
 
7
21
 
@@ -313,11 +313,6 @@ declare interface BaseCheckoutButtonInitializeOptions extends CheckoutButtonOpti
313
313
  * unless you need to support PayPal Commerce Alternative Payment Methods.
314
314
  */
315
315
  paypalcommercealternativemethods?: PaypalCommerceAlternativeMethodsButtonOptions;
316
- /**
317
- * The options that are required to facilitate PayPal Commerce Inline Checkout. They can be omitted
318
- * unless you need to support PayPal Commerce Inline(Accelerated) Checkout.
319
- */
320
- paypalcommerceinline?: PaypalCommerceInlineCheckoutButtonInitializeOptions;
321
316
  /**
322
317
  * The options that are required to facilitate PayPal Commerce Venmo. They can be omitted
323
318
  * unless you need to support PayPal Commerce Venmo.
@@ -843,26 +838,6 @@ declare interface PaypalCommerceCreditButtonInitializeOptions {
843
838
  onComplete?(): void;
844
839
  }
845
840
 
846
- declare interface PaypalCommerceInlineCheckoutButtonInitializeOptions {
847
- /**
848
- * A class name used to add special class for container where the button will be generated in
849
- * Default: 'PaypalCommerceInlineButton'
850
- */
851
- buttonContainerClassName?: string;
852
- /**
853
- * A set of styling options for the checkout button.
854
- */
855
- style?: PaypalButtonStyleOptions_2;
856
- /**
857
- * A callback that gets called when payment complete on paypal side.
858
- */
859
- onComplete(): void;
860
- /**
861
- * A callback that gets called on any error
862
- */
863
- onError?(): void;
864
- }
865
-
866
841
  declare interface PaypalCommerceVenmoButtonInitializeOptions {
867
842
  /**
868
843
  * A set of styling options for the checkout button.