@payrails/web-sdk 5.25.0-RC.2 → 5.25.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 +4 -4
- package/index.js +4 -4
- package/package.json +1 -1
- package/payrails.d.ts +28 -3
- package/payrails.js +4 -4
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ npm install @payrails/web-sdk
|
|
|
17
17
|
|
|
18
18
|
## Features
|
|
19
19
|
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
23
|
-
|
|
20
|
+
- implement stronger CSP policies
|
|
21
|
+
- add support for paypal express
|
|
22
|
+
- expose onDeliveryAddressChanged event for paypal express
|
|
23
|
+
|