@motopays/pay-form 2.6.2 → 2.6.3
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 +17 -8
- package/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,26 @@
|
|
|
1
1
|
# Changelog
|
|
2
|
+
## 2.6.3
|
|
3
|
+
### Fixed
|
|
4
|
+
- Validating 2.6.x version
|
|
5
|
+
- Terms check box validation for Google Pay for 2.6.x
|
|
6
|
+
- Google Pay several languages problem fix for 2.6.x
|
|
7
|
+
|
|
2
8
|
|
|
3
|
-
## 2.
|
|
9
|
+
## 2.5.3
|
|
4
10
|
### Fixed
|
|
5
|
-
-
|
|
11
|
+
- Terms check box validation for Google Pay
|
|
12
|
+
- Google Pay several languages problem fix
|
|
13
|
+
|
|
6
14
|
|
|
7
15
|
|
|
8
16
|
|
|
9
17
|
|
|
18
|
+
## 2.6.2
|
|
19
|
+
### Fixed
|
|
20
|
+
- Safari support for Google Pay
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
10
24
|
|
|
11
25
|
## 2.6.0
|
|
12
26
|
|
|
@@ -16,11 +30,6 @@
|
|
|
16
30
|
|
|
17
31
|
|
|
18
32
|
|
|
19
|
-
## 2.5.1
|
|
20
|
-
### Fixed
|
|
21
|
-
- Safari support for Google Pay
|
|
22
|
-
|
|
23
|
-
|
|
24
33
|
|
|
25
34
|
|
|
26
35
|
|
|
@@ -353,4 +362,4 @@
|
|
|
353
362
|
- Signature in response model of payment
|
|
354
363
|
|
|
355
364
|
### Changes
|
|
356
|
-
- Styles for links, indent and text at the bottom of the payment form
|
|
365
|
+
- Styles for links, indent and text at the bottom of the payment form
|