@payrails/web-sdk 5.23.0 → 5.24.0-RC.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 +4 -5
- package/index.js +4 -4
- package/package.json +1 -1
- package/payrails-styles.css +3 -3
- package/payrails.d.ts +35 -1
- package/payrails.js +4 -4
package/README.md
CHANGED
|
@@ -17,8 +17,7 @@ npm install @payrails/web-sdk
|
|
|
17
17
|
|
|
18
18
|
## Features
|
|
19
19
|
|
|
20
|
-
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
- Fixed paypal mount error
|
|
20
|
+
- Custom layout for card form
|
|
21
|
+
- Show error messages in card form
|
|
22
|
+
- Config to enable payment button by default
|
|
23
|
+
- Config to set the default save instrument checkbox state
|