Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

3D secure challenge prompt #211

Open
IHsunChen opened this issue May 31, 2023 · 0 comments
Open

3D secure challenge prompt #211

IHsunChen opened this issue May 31, 2023 · 0 comments
Labels

Comments

@IHsunChen
Copy link

<div className="h-100 w-100"> <div className="w-50 mx-auto my-5"> <h2 className="text-center">Your bank requires authentication using 3D Secure</h2> <RecurlyProvider publicKey={recurlyAPIKey}> {actionTokenId ? ( <div> <ThreeDSecureAction actionTokenId={actionTokenId} onToken={handleThreeDSecureToken} onError={handleThreeDSecureError} className="recurly-three-d-secure-action" /> </div> ) : null} </RecurlyProvider> </div> </div>

After entering the action code, Action section is hidden, but header and content show.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant