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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In checkout, the example payment causes an Uncaught ReferenceError when submitted with invalid fields.
Uncaught ReferenceError
In checkout, the example payment should validate and handle the error event, letting the user update invalid fields.
example.js:95 Uncaught ReferenceError: submitting is not defined
After this the inputs are disabled as well and the user cannot update invalid inputs.
Checkout and submit an example payment without required fields.
The text was updated successfully, but these errors were encountered:
This is also happening with Stripe as well
Sorry, something went wrong.
Closed via #1461
brent-hoover
No branches or pull requests
In checkout, the example payment causes an
Uncaught ReferenceError
when submitted with invalid fields.Expected behavior
In checkout, the example payment should validate and handle the error event, letting the user update invalid fields.
Actual Behavior
example.js:95 Uncaught ReferenceError: submitting is not defined
After this the inputs are disabled as well and the user cannot update invalid inputs.
Steps to Reproduce the Behavior
Checkout and submit an example payment without required fields.
The text was updated successfully, but these errors were encountered: