@bigcommerce/checkout-sdk 1.299.1 → 1.300.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,23 @@
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.300.0](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.299.1...v1.300.0) (2022-11-02)
6
+
7
+
8
+ ### Features
9
+
10
+ * **payment:** INT-6675 [Digital River] Comment resolved ([da798ad](https://github.com/bigcommerce/checkout-sdk-js/commit/da798ad262bacb4e8f0a1e8e75d493af1aeb1ace))
11
+ * **payment:** INT-6675 [Digital River] improve function ([7a00933](https://github.com/bigcommerce/checkout-sdk-js/commit/7a009333f590023216617513d45e58c84d4615b0))
12
+ * **payment:** INT-6675 [Digital River] Small fix ([6a6f675](https://github.com/bigcommerce/checkout-sdk-js/commit/6a6f675de0f99c227a9335e0aa6d940b3dc22715))
13
+ * **payment:** INT-6675 [Digital River] unit testing ([f84f108](https://github.com/bigcommerce/checkout-sdk-js/commit/f84f1089390c14f11aad5a463e957a7faa3b3af7))
14
+ * **payment:** INT-6675 [Digital River] Update billingAddress from paypal response ([3d9269c](https://github.com/bigcommerce/checkout-sdk-js/commit/3d9269c1a3c25fa054a95a46a8665ce96f4156b1))
15
+ * **payment:** PAYPAL-1737 added currencyCode param to loadPaymentMethod request ([#1665](https://github.com/bigcommerce/checkout-sdk-js/issues/1665)) ([d5763b6](https://github.com/bigcommerce/checkout-sdk-js/commit/d5763b6413fea3c331f8a1df3d4112e8d99fd3e0))
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **payment:** PAYPAL-1758 added condition to submit payment in onComplete method for auth&capture transaction only for PayPalInlineCheckoutButton ([#1664](https://github.com/bigcommerce/checkout-sdk-js/issues/1664)) ([8746fdb](https://github.com/bigcommerce/checkout-sdk-js/commit/8746fdbd67da049154a8c5d223901a6604bb18b3))
21
+
5
22
  ### [1.299.1](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.299.0...v1.299.1) (2022-10-27)
6
23
 
7
24
 
@@ -239,6 +239,10 @@ declare interface BaseCheckoutButtonInitializeOptions extends CheckoutButtonOpti
239
239
  * The ID of a container which the checkout button should be inserted.
240
240
  */
241
241
  containerId: string;
242
+ /**
243
+ * The option that is required to load payment method configuration for provided currency code in Buy Now flow.
244
+ */
245
+ currencyCode?: string;
242
246
  /**
243
247
  * The options that are required to initialize the GooglePay payment method.
244
248
  * They can be omitted unless you need to support adyenv2 GooglePay.