Skip to content

Commit ad30c54

Browse files
author
Rob Pocklington
committed
fix: typo on required field name EarningsTemplates - case mismatch
1 parent 6b5c666 commit ad30c54

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

xero-payroll-nz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7008,7 +7008,7 @@ components:
70087008
EmployeePayTemplate:
70097009
type: object
70107010
required:
7011-
- EarningTemplates
7011+
- earningTemplates
70127012
properties:
70137013
employeeID:
70147014
description: Unique identifier for the employee

xero-payroll-uk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6187,7 +6187,7 @@ components:
61876187
EmployeePayTemplate:
61886188
type: object
61896189
required:
6190-
- EarningTemplates
6190+
- earningTemplates
61916191
properties:
61926192
employeeID:
61936193
description: Unique identifier for the employee

0 commit comments

Comments
 (0)