@payrails/web-sdk 5.37.7 → 5.37.8
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 +44 -31
- 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.37.8
|
|
22
|
+
|
|
23
|
+
- FEATURE: implement `onValidate` event from card payment button
|
|
24
|
+
- FEATURE - implement `focus` function that merchants can call manually to focus
|
|
25
|
+
on card form.
|
|
26
|
+
|
|
21
27
|
### 5.37.7
|
|
22
28
|
|
|
23
29
|
- FIX: `InvalidAccessError` issue for apple pay.
|