@payrails/web-sdk 5.22.0 → 5.22.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 +1 -5
- package/index.js +4 -4
- package/package.json +1 -1
- package/payrails.js +4 -4
package/README.md
CHANGED
|
@@ -15,10 +15,6 @@ npm install @payrails/web-sdk
|
|
|
15
15
|
|
|
16
16
|
## Release Notes
|
|
17
17
|
|
|
18
|
-
### Performance improvements
|
|
19
|
-
|
|
20
|
-
- Card form iframe size reduced by 8%.
|
|
21
|
-
|
|
22
18
|
### Bug fixes
|
|
23
19
|
|
|
24
|
-
- Fixed
|
|
20
|
+
- Fixed 0px height for card form iframes
|