@payrails/web-sdk 5.37.9 → 5.38.2
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 +1 -1
- package/payrails.d.ts +108 -51
- 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.38.2
|
|
22
|
+
|
|
23
|
+
- FEATURE: extended `update` to also include meta field update
|
|
24
|
+
- FIX - extend the generic redirect button to support all redriection based
|
|
25
|
+
payment methods.
|
|
26
|
+
|
|
21
27
|
### 5.37.9
|
|
22
28
|
|
|
23
29
|
- FIX: Apple pay `onPaymentButtonClicked` when merchant is not passing the
|