OrderLineItem is json.Number but the API specifies string
Closed this issue · 4 comments
Updating to the latest version of taxjar go broke our existing integration with this commit: 04f3fd0
The line item IDs are strings per the TaxJar Documentation:
We currently use UUIDs for our line items and so switching to json.Number would not be an insignificant refactor with our integration, as well as not being per the API documentation.
We are having the same problem as well. Go struct is json.Number... yet ID should be string per the documentation.
Updating to the latest version of taxjar go broke our existing integration with this commit: 04f3fd0
The line item IDs are strings per the TaxJar Documentation:
We currently use UUIDs for our line items and so switching to json.Number would not be an insignificant refactor with our integration, as well as not being per the API documentation.
@calvinosg did you decide a work around?
@andrewbohm unfortunately not, we just reverted to an older version until this bug is fixed.
@andrewbohm unfortunately not, we just reverted to an older version until this bug is fixed.
Thanks for the response. I have contacted TaxJar customer support and create a ticket to merge the following pull request:
Pull Request