-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
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
Braintree java issue 119 #120
Conversation
…when API returns error on client token generation (could not find customer by given customer_id)
Thanks @kmichalak! We;ll take a look and provide feedback is needed. For internal tracking, issue 7173 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks really great @kmichalak. Thank you for putting this together! Just a couple nits
src/main/java/com/braintreegateway/exceptions/ClientTokenGenerationException.java
Outdated
Show resolved
Hide resolved
src/test/java/com/braintreegateway/unittest/ClientTokenGatewayTest.java
Outdated
Show resolved
Hide resolved
…timeException to the BraintreeException. Fixes issue mentioned in braintree#120 (comment)
Thanks @saralvasquez for pointing that out. I've done necessary updates. This should be find now I guess? |
@kmichalak thanks for that update! We'll give it a final pass and get it pulled in |
Hi! Sorry this process has taken so long. My team and I have been discussing this issue for a while since it's a lot more complicated than it initially seemed. Ultimately, we concluded that we can't pull in these changes. I will post a detailed explanation in the open GitHub issue, but the TLDR of it is that these changes would break user integrations by changing the base functionality of the |
Summary
Checklist