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
When trying to checkout with a US address leaving the 'state' field empty (not marked as required), I get:
An error occurred communicating with PayPal
After adding the logger:
'paypal.express': { 'handlers': ['console', 'file'], 'propagate': True, 'level': 'DEBUG', },
I can see paypal returning errors like:
The field Shipping Address State is required
or
A match of the Shipping Address City, State, and Postal Code failed.
Could we display those error messages while redirecting to the address input page?
The text was updated successfully, but these errors were encountered:
I think so, although it might be tricky to distinguish messages that are suitable for an end-user (like the above one). I'll have a look.
Sorry, something went wrong.
No branches or pull requests
When trying to checkout with a US address leaving the 'state' field empty (not marked as required), I get:
After adding the logger:
I can see paypal returning errors like:
or
Could we display those error messages while redirecting to the address input page?
The text was updated successfully, but these errors were encountered: