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

Customer object serialization buggy #5

Open
rh78 opened this issue May 26, 2020 · 1 comment
Open

Customer object serialization buggy #5

rh78 opened this issue May 26, 2020 · 1 comment

Comments

@rh78
Copy link

rh78 commented May 26, 2020

Hi, the customer object serialization is buggy.

Actually when SENDING a customer, the "taxes" element is a List of string.
When RECEIVING a customer, it is List of Tax.

This means that the API cannot be used to create a customer with a certain set of tax rates.

We fixed this by temporarily forking the repository and setting the data type of "taxes" to List of object (see smintio@c5ee331)

This does not solve the issue with querying taxes, but it allows us to at least create the customer, and deserialization of the object works as well.

@rh78
Copy link
Author

rh78 commented Mar 31, 2021

Hello could you please comment on that issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant