@payrails/web-sdk 5.22.0-RC.1 → 5.22.0
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 +10 -0
- package/index.js +4 -4
- package/package.json +1 -1
- package/payrails.js +4 -4
package/README.md
CHANGED
|
@@ -12,3 +12,13 @@ You can integrate Payrails Web in two ways:
|
|
|
12
12
|
```JavaScript
|
|
13
13
|
npm install @payrails/web-sdk
|
|
14
14
|
```
|
|
15
|
+
|
|
16
|
+
## Release Notes
|
|
17
|
+
|
|
18
|
+
### Performance improvements
|
|
19
|
+
|
|
20
|
+
- Card form iframe size reduced by 8%.
|
|
21
|
+
|
|
22
|
+
### Bug fixes
|
|
23
|
+
|
|
24
|
+
- Fixed card form rendering issue for tokenisation flow.
|