Skip to content
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

Adds phone number to AccountHolderDetails #332

Conversation

viZu
Copy link
Contributor

@viZu viZu commented Apr 16, 2020

Description
The java api library was not compatible anymore with the
web api since the web api does return a phone number object
instead of the fullPhoneNumber field.

Tested scenarios
No new test scenarios since it only adds a field and getter/setter to the AccountHolderDetails

Fixed issue:

The java api library was not compatible anymore with the
web api since the web api does return a phone number object
instead of the fullPhoneNumber field.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) to 24.624% when pulling 29beeff on willhaben:bugfix/add-phone-number-to-account-holder-details into 79b5249 on Adyen:develop.

Copy link
Member

@martinsrenato martinsrenato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @viZu ,

Thanks for raising this issue.
Indeed, this field was wrongly removed when we updated the Account API to v5. A bug on our internal documentation marked this field as removed, but this should only happen on v6 of the API (which we should make available on this library soon).For now the fields is still returned and your contribution is valid.

Regards,
Renato
Adyen

@martinsrenato martinsrenato merged commit 392cfbd into Adyen:develop Apr 24, 2020
@martinsrenato
Copy link
Member

Hi @viZu ,

I just merged your changes, they will be included on our next release, which should happen soon.
Thanks again for the contribution!

Regards,
Renato
Adyen

@rikterbeek rikterbeek mentioned this pull request Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants