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 our backend tried to create a customer on BT side, we got the following UnexpectedError without a detailed message.
raise UnexpectedError("Unexpected HTTP_RESPONSE " + str(status)) braintree.exceptions.unexpected_error.UnexpectedError: Unexpected HTTP_RESPONSE 400
From this BT doc, looks like the client library needs to handle it.
Also Java library had this similar issue and it got fixed.
It would be helpful if that error was bubbled up to the exception, or generated a more specific exception like the Java library.
The text was updated successfully, but these errors were encountered:
Could someone take a look? It prevents our customer adding their credit cards so we're losing revenue. Thanks!
Sorry, something went wrong.
No branches or pull requests
General information
Issue description
When our backend tried to create a customer on BT side, we got the following UnexpectedError without a detailed message.
From this BT doc, looks like the client library needs to handle it.
Also Java library had this similar issue and it got fixed.
It would be helpful if that error was bubbled up to the exception, or generated a more specific exception like the Java library.
The text was updated successfully, but these errors were encountered: