Skip to content

Commit 14fdc05

Browse files
hnguyen510Hai-Yen Nguyen
and
Hai-Yen Nguyen
authored
3ds - onClose (#103)
* call onClose * fix spacing * fix format * add FlowFixMe * fix flowfixme * adding test for onClose and onError * adding onCancel prop for 3ds onCancel * clean up old test * remove onCancel decorate --------- Co-authored-by: Hai-Yen Nguyen <[email protected]>
1 parent f07d0bf commit 14fdc05

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/three-domain-secure/component.jsx

+4
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ export function getThreeDomainSecureComponent(): TDSComponent {
134134
};
135135
},
136136
},
137+
onCancel: {
138+
type: "function",
139+
alias: "onCancel",
140+
},
137141
sdkMeta: {
138142
type: "string",
139143
queryParam: true,

0 commit comments

Comments
 (0)