@bigcommerce/checkout-sdk 1.370.0 → 1.371.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,13 @@
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.371.0](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.370.0...v1.371.0) (2023-03-27)
6
+
7
+
8
+ ### Features
9
+
10
+ * **payment:** PAYPAL-2004 added ability to change style for amazonpay button ([#1914](https://github.com/bigcommerce/checkout-sdk-js/issues/1914)) ([3019104](https://github.com/bigcommerce/checkout-sdk-js/commit/30191047cbc9719664680a375ce026123ab18328))
11
+
5
12
  ## [1.370.0](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.369.2...v1.370.0) (2023-03-27)
6
13
 
7
14
 
@@ -871,7 +871,7 @@ declare interface WithBoltButtonInitializeOptions {
871
871
  bolt?: BoltButtonInitializeOptions;
872
872
  }
873
873
 
874
- declare interface WithBuyNowFeature {
874
+ declare interface WithBuyNowFeature extends AmazonPayV2ButtonConfig {
875
875
  /**
876
876
  * The options that are required to initialize Buy Now functionality.
877
877
  */