@payrails/web-sdk 5.39.2-RC.0 → 5.39.3-RC.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 +4 -0
- package/index.js +4 -4
- package/package.json +1 -1
- package/payrails-styles.css +79 -0
- package/payrails.d.ts +6 -55
- package/payrails.js +4 -4
package/README.md
CHANGED
|
@@ -18,6 +18,10 @@ npm install @payrails/web-sdk
|
|
|
18
18
|
|
|
19
19
|
## Release Notes
|
|
20
20
|
|
|
21
|
+
### 5.39.2
|
|
22
|
+
|
|
23
|
+
- FIX: Enforce exact CVV length by detected card network (AMEX = 4, others = 3).
|
|
24
|
+
|
|
21
25
|
### 5.39.1
|
|
22
26
|
|
|
23
27
|
- FIX: fix build leakages of internal types , Fix secure fields error states.
|