Skip to content

Commit cd3668e

Browse files
Merge pull request #796 from kurtlnz/master
fix: update xero-payroll-au-v2.yaml vendor extension to match nz & uk behaviour
2 parents 6b5c666 + 2a621d0 commit cd3668e

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

xero-payroll-au-v2.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ paths:
2929
tags:
3030
- PayrollAuV2
3131
operationId: getTimesheets
32-
x-hasPayrollAuProblem: true
32+
x-hasPayrollUkProblem: true
3333
summary: Retrieves timesheets
3434
parameters:
3535
- in: query
@@ -104,7 +104,7 @@ paths:
104104
tags:
105105
- PayrollAuV2
106106
operationId: createTimesheet
107-
x-hasPayrollAuProblem: true
107+
x-hasPayrollUkProblem: true
108108
x-example:
109109
- startDateValue:
110110
key: startDate
@@ -246,7 +246,7 @@ paths:
246246
tags:
247247
- PayrollAuV2
248248
operationId: getTimesheet
249-
x-hasPayrollAuProblem: true
249+
x-hasPayrollUkProblem: true
250250
summary: Retrieve a specific timesheet by using a unique timesheet ID
251251
parameters:
252252
- in: path
@@ -331,7 +331,7 @@ paths:
331331
tags:
332332
- PayrollAuV2
333333
operationId: createTimesheetLine
334-
x-hasPayrollAuProblem: true
334+
x-hasPayrollUkProblem: true
335335
x-example:
336336
- dateValue:
337337
key: date
@@ -448,7 +448,7 @@ paths:
448448
tags:
449449
- PayrollAuV2
450450
operationId: approveTimesheet
451-
x-hasPayrollAuProblem: true
451+
x-hasPayrollUkProblem: true
452452
summary: Approves a specific timesheet
453453
parameters:
454454
- $ref: "#/components/parameters/idempotencyKey"
@@ -515,7 +515,7 @@ paths:
515515
tags:
516516
- PayrollAuV2
517517
operationId: revertTimesheet
518-
x-hasPayrollAuProblem: true
518+
x-hasPayrollUkProblem: true
519519
summary: Reverts a specific timesheet to draft
520520
parameters:
521521
- $ref: "#/components/parameters/idempotencyKey"
@@ -582,7 +582,7 @@ paths:
582582
tags:
583583
- PayrollAuV2
584584
operationId: updateTimesheetLine
585-
x-hasPayrollAuProblem: true
585+
x-hasPayrollUkProblem: true
586586
x-example:
587587
- dateValue:
588588
key: date

0 commit comments

Comments
 (0)