@payrails/web-sdk 5.43.2-rc.0 → 5.43.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 +5 -0
- package/index.js +4 -4
- package/index.mjs +4 -4
- package/package.json +1 -1
- package/payrails.d.ts +0 -1
- package/payrails.js +4 -4
package/package.json
CHANGED
package/payrails.d.ts
CHANGED
|
@@ -2114,7 +2114,6 @@ interface GenericElementActionEvents {
|
|
|
2114
2114
|
onRequestStart?: (action: PayrailsElementAction) => Promise<boolean>;
|
|
2115
2115
|
onSuccess?: (action: PayrailsElementAction, e?: any) => void;
|
|
2116
2116
|
onFailed?: (action: PayrailsElementAction, e?: any) => void;
|
|
2117
|
-
onCancelled?: (action: PayrailsElementAction) => void;
|
|
2118
2117
|
onButtonClicked?: (action: PayrailsElementAction, e?: {
|
|
2119
2118
|
bin?: string;
|
|
2120
2119
|
}) => Promise<boolean>;
|