Skip to content

Commit b1fe1bf

Browse files
committed
Xero is more strict on what gets sent back, add more ignore fields.
1 parent a46a2eb commit b1fe1bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

xero/manager.py

+4
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ class Manager(object):
7575
NO_SEND_FIELDS = (
7676
'UpdatedDateUTC',
7777
'HasValidationErrors',
78+
'IsDiscounted',
79+
'DateString',
80+
'HasErrors',
81+
'DueDateString',
7882
)
7983
OPERATOR_MAPPINGS = {
8084
'gt': '>',

0 commit comments

Comments
 (0)