@bigcommerce/checkout-sdk 1.298.1 → 1.298.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 +8 -0
- package/dist/checkout-button.js +1 -1
- package/dist/checkout-button.js.map +1 -1
- package/dist/checkout-button.umd.js +1 -1
- package/dist/checkout-button.umd.js.map +1 -1
- package/dist/checkout-sdk.js +1 -1
- package/dist/checkout-sdk.js.map +1 -1
- package/dist/checkout-sdk.umd.js +1 -1
- package/dist/checkout-sdk.umd.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
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.298.2](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.298.1...v1.298.2) (2022-10-20)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **payment:** PAYPAL-1725 fixed the issue with passing fake data as customer address from last session in PayPalCommerceInlineCheckoutButtonStrategy ([#1648](https://github.com/bigcommerce/checkout-sdk-js/issues/1648)) ([f27cd84](https://github.com/bigcommerce/checkout-sdk-js/commit/f27cd848f1fd3bad3132dcf7963728c4c6b4d741))
|
|
11
|
+
* **payment:** PAYPAL-1730 fixed the issue with passing onComplete method for non hosted paypal flows ([#1645](https://github.com/bigcommerce/checkout-sdk-js/issues/1645)) ([b8b695f](https://github.com/bigcommerce/checkout-sdk-js/commit/b8b695f0958397788df138128473b664dbc15011))
|
|
12
|
+
|
|
5
13
|
### [1.298.1](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.298.0...v1.298.1) (2022-10-20)
|
|
6
14
|
|
|
7
15
|
|