ej2 / python-quickbooks

A Python library for accessing the Quickbooks API.
MIT License
394 stars 193 forks source link

TaxInclusiveAmt is set to 0 despite a non-zero response from the QBO API #311

Closed jaredthecoder closed 1 year ago

jaredthecoder commented 1 year ago

When fetching an AccountBasedExpenseLineDetail, the TaxInclusiveAmount is set to 0 due to this line https://github.com/ej2/python-quickbooks/blob/master/quickbooks/objects/detailline.py#L118, despite the API explorer returning a non-zero value.

See below screenshots:

I have my debugger open on the line right after calling the CDC API through the library, to illustrate the issue.

Screenshot 2023-07-28 at 17 45 07 Screenshot 2023-07-28 at 17 45 00
jaredthecoder commented 1 year ago

Hmm, upon further investigation, it looks like this may be a result of the minor version string, but will need to look further.

ej2 commented 1 year ago

Going to close this issue. If you discover a problem, feel free to reopen this issue.