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

BankInfoResponse type error #72

Closed
jonathastavares opened this issue Aug 24, 2024 · 2 comments · Fixed by #73
Closed

BankInfoResponse type error #72

jonathastavares opened this issue Aug 24, 2024 · 2 comments · Fixed by #73
Assignees

Comments

@jonathastavares
Copy link

Hey folks!

I found a little bug with BankInfoResponse type.

The property IsSameBankAccountOwner is typed as String, but payment.Client.Get returns a bool, and then unmarshal fails.

Simply changed the property type to bool to fix it.

@andreagostinho-meli
Copy link
Contributor

@jonathastavares thanks for your report!
I'm working on the solution.

@andreagostinho-meli
Copy link
Contributor

Hello @jonathastavares, the fix was released in v1.0.5.
Thank you!

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 a pull request may close this issue.

2 participants