freakboy3742 / pyxero

Python API for accessing the REST API of the Xero accounting tool.
BSD 3-Clause "New" or "Revised" License
280 stars 209 forks source link

HasAccount validation error on payments.save #306

Closed willhumble closed 3 years ago

willhumble commented 3 years ago

Getting the following error on payments.save:

xero.exceptions.XeroBadRequest: PostDataInvalidException: The element 'HasAccount' was not recognised. Ensure the element name has the correct case and that there are no duplicate elements of the same name.

Can HasAccount please be added to NO_SEND_FIELDS?

willhumble commented 3 years ago

Apologies, I see it has already been committed