@payrails/web-sdk 5.35.0-RC.0 → 5.35.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 +7 -0
- package/index.js +4 -4
- package/package.json +1 -1
- package/payrails.d.ts +35 -4
- package/payrails.js +4 -4
package/README.md
CHANGED
|
@@ -18,6 +18,13 @@ npm install @payrails/web-sdk
|
|
|
18
18
|
|
|
19
19
|
## Release Notes
|
|
20
20
|
|
|
21
|
+
### 5.35.0
|
|
22
|
+
|
|
23
|
+
- FEATURE: Added support for passing returnInfo links for Generic Redirect
|
|
24
|
+
element.
|
|
25
|
+
- FIX: Return Info links passed to droping element are now propagated to all
|
|
26
|
+
payment methods.
|
|
27
|
+
|
|
21
28
|
### 5.34.0
|
|
22
29
|
|
|
23
30
|
- FEATURE: Added support to close Apple Pay payment sheet when authorization
|