@payrails/web-sdk 5.22.3-RC.0 → 5.22.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/README.md +5 -2
- package/index.js +4 -4
- package/package.json +2 -2
- package/payrails.js +4 -4
package/README.md
CHANGED
|
@@ -15,7 +15,10 @@ npm install @payrails/web-sdk
|
|
|
15
15
|
|
|
16
16
|
## Release Notes
|
|
17
17
|
|
|
18
|
+
## Features
|
|
19
|
+
|
|
20
|
+
- Added support for apple pay on non safari browsers
|
|
21
|
+
|
|
18
22
|
### Bug fixes
|
|
19
23
|
|
|
20
|
-
- Fixed
|
|
21
|
-
- Return bin from iframe based on card number length
|
|
24
|
+
- Fixed paypal mount error
|