@payrails/web-sdk 5.25.0-RC.2 → 5.25.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 +3 -5
- package/index.js +4 -4
- package/package.json +1 -1
- package/payrails.d.ts +29 -4
- package/payrails.js +4 -4
package/README.md
CHANGED
|
@@ -15,9 +15,7 @@ npm install @payrails/web-sdk
|
|
|
15
15
|
|
|
16
16
|
## Release Notes
|
|
17
17
|
|
|
18
|
-
##
|
|
18
|
+
## Bug fixes
|
|
19
19
|
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
- Config to enable payment button by default
|
|
23
|
-
- Config to set the default save instrument checkbox state
|
|
20
|
+
- Correct handling of CVV for AMEX cards
|
|
21
|
+
- fix binlookup functionality for secure fields
|