We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2a848 commit 2e79755Copy full SHA for 2e79755
src/three-domain-secure/component.jsx
@@ -117,7 +117,7 @@ export function getThreeDomainSecureComponent(): TDSComponent {
117
alias: "onContingencyResult",
118
decorate: ({ props, value, onError }) => {
119
return (err, result) => {
120
- const isCardFieldFlow = props.userType === "UNBRANDED_GUEST";
+ const isCardFieldFlow = props?.userType === "UNBRANDED_GUEST";
121
122
// HostedFields ONLY rejects when the err object is not null. The below implementation ensures that CardFields follows the same pattern.
123
0 commit comments