@payrails/web-sdk 5.32.0 → 5.33.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 +6 -0
- package/index.js +4 -4
- package/package.json +3 -2
- package/payrails.d.ts +2 -0
- package/payrails.js +4 -4
package/README.md
CHANGED
|
@@ -18,6 +18,12 @@ npm install @payrails/web-sdk
|
|
|
18
18
|
|
|
19
19
|
## Release Notes
|
|
20
20
|
|
|
21
|
+
### 5.33.0
|
|
22
|
+
|
|
23
|
+
- FIX: trigger events when generic redirect is opened in a new tab
|
|
24
|
+
|
|
25
|
+
- FIX - SHA generation for SRI was incorrect, missing the algorithm prefix
|
|
26
|
+
|
|
21
27
|
### 5.32.0
|
|
22
28
|
|
|
23
29
|
- FIX: Installment amounts not updating after lookup and update
|