Skip to content

Commit ea109b0

Browse files
author
sangeet-joy_xero
committed
Version update for - 8.1.0 | Add SIMPLE Org plan
1 parent ff3b075 commit ea109b0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: docs/v1/payroll-uk/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2562,7 +2562,7 @@
25622562
"type" : "string",
25632563
"description" : "The employee's NI Category letter.",
25642564
"example" : "I",
2565-
"enum" : [ "A", "B", "C", "D", "E", "F", "H", "I", "J", "K", "L", "M", "N", "S", "V", "X", "Z" ]
2565+
"enum" : [ "A", "B", "C", "F", "H", "I", "J", "L", "M", "S", "V", "X", "Z", "D", "E", "K", "N" ]
25662566
};
25672567
defs["NICategory_oneOf"] = {
25682568
"title" : "",

Diff for: xero_python/accounting/models/organisation.py

+1
Original file line numberDiff line numberDiff line change
@@ -988,6 +988,7 @@ def _class(self, _class):
988988
"IGNITE",
989989
"GROW",
990990
"COMPREHENSIVE",
991+
"SIMPLE",
991992
"None",
992993
] # noqa: E501
993994

0 commit comments

Comments
 (0)