We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d64328 commit 080ae87Copy full SHA for 080ae87
src/three-domain-secure/component.jsx
@@ -121,7 +121,7 @@ export function getThreeDomainSecureComponent(): TDSComponent {
121
122
// HostedFields ONLY rejects when the err object is not null. The below implementation ensures that CardFields follows the same pattern.
123
124
- if(isCardFieldFlow === true && result?.success !== true){
+ if (isCardFieldFlow === true && result?.success !== true) {
125
return props.onClose();
126
}
127
0 commit comments