Skip to content

Commit

Permalink
Xero is more strict on what gets sent back, add more ignore fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanlister committed Oct 13, 2015
1 parent a46a2eb commit b1fe1bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xero/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ class Manager(object):
NO_SEND_FIELDS = (
'UpdatedDateUTC',
'HasValidationErrors',
'IsDiscounted',
'DateString',
'HasErrors',
'DueDateString',
)
OPERATOR_MAPPINGS = {
'gt': '>',
Expand Down

0 comments on commit b1fe1bf

Please sign in to comment.