ej2 / python-quickbooks

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

Payments linked txn #278

Closed pvizeli closed 1 year ago

pvizeli commented 2 years ago

It seems that https://github.com/ej2/python-quickbooks/blob/master/quickbooks/objects/base.py#L42 will break it. If I use 0 as the default, it works all the time. What would be the best way and accepted way to fix that?

ej2 commented 2 years ago

Submit a PR. I will get it merged and cut a new release. Also, could you elaborate on the issue? Is this something that effects other endpoints?