@motopays/pay-form 2.2.0-rc.2 → 2.2.1-rc.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 +15 -0
- package/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.2.1
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
- ApplePay issues
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
3
16
|
## 2.2.0
|
|
4
17
|
|
|
5
18
|
### Added
|
|
@@ -9,6 +22,8 @@
|
|
|
9
22
|
- makePayment callback to moto-payment-form component for overriding payment flow
|
|
10
23
|
### Changed
|
|
11
24
|
- requisites encryption only instead of whole payment request
|
|
25
|
+
### Fixed
|
|
26
|
+
- cascading UserPaymentMethod requests
|
|
12
27
|
|
|
13
28
|
|
|
14
29
|
|