@payrails/web-sdk 5.25.0 → 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 +1 -1
- 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
|
-
##
|
|
19
|
-
|
|
20
|
-
- implement stronger CSP policies
|
|
21
|
-
- add support for paypal express
|
|
22
|
-
- expose onDeliveryAddressChanged event for paypal express
|
|
18
|
+
## Bug fixes
|
|
23
19
|
|
|
20
|
+
- Correct handling of CVV for AMEX cards
|
|
21
|
+
- fix binlookup functionality for secure fields
|