@payrails/web-sdk 5.38.2 → 5.39.1
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/README.md +9 -0
- package/index.js +4 -4
- package/package.json +1 -1
- package/payrails-styles.css +11 -11
- package/payrails.d.ts +10 -6
- package/payrails.js +4 -4
package/README.md
CHANGED
|
@@ -18,6 +18,15 @@ npm install @payrails/web-sdk
|
|
|
18
18
|
|
|
19
19
|
## Release Notes
|
|
20
20
|
|
|
21
|
+
### 5.39.1
|
|
22
|
+
|
|
23
|
+
- FIX: fix build leakages of internal types , Fix secure fields error states.
|
|
24
|
+
|
|
25
|
+
### 5.39.0
|
|
26
|
+
|
|
27
|
+
- FEATURE: Added support for tokenization of googlePay token via the Payrails
|
|
28
|
+
googlePay button.
|
|
29
|
+
|
|
21
30
|
### 5.38.2
|
|
22
31
|
|
|
23
32
|
- FEATURE: extended `update` to also include meta field update
|