We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
<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.
The text was updated successfully, but these errors were encountered: