Skip to content

Commit

Permalink
fix something please
Browse files Browse the repository at this point in the history
  • Loading branch information
siddy2181 committed Nov 8, 2024
1 parent 1f4bbc7 commit a26e760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/three-domain-secure/component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export class ThreeDomainSecureComponent {
}
}

async show(): ZalgoPromise<threeDSResponse> {
show(): ZalgoPromise<threeDSResponse> {
if (!this.threeDSIframe) {
throw new ValidationError(`Ineligible for three domain secure`);
}
Expand All @@ -128,7 +128,7 @@ export class ThreeDomainSecureComponent {
});
};
// $FlowFixMe
const instance = await this.threeDSIframe({
const instance = this.threeDSIframe({
onSuccess: (data) => {
// const {threeDSRefID, authentication_status, liability_shift } = data;
// let enrichedNonce;
Expand Down

0 comments on commit a26e760

Please sign in to comment.