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
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.
The text was updated successfully, but these errors were encountered:
Hello could you please comment on that issue?
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: