We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc582b commit 6d64328Copy full SHA for 6d64328
src/three-domain-secure/component.jsx
@@ -115,7 +115,7 @@ export function getThreeDomainSecureComponent(): TDSComponent {
115
onSuccess: {
116
type: "function",
117
alias: "onContingencyResult",
118
- decorate: ({ props, value, onError}) => {
+ decorate: ({ props, value, onError }) => {
119
return (err, result) => {
120
const isCardFieldFlow = props?.userType === "UNBRANDED_GUEST";
121
0 commit comments