We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e10f84 commit cda4b71Copy full SHA for cda4b71
components/xero_accounting_api/actions/list-invoices/list-invoices.mjs
@@ -74,7 +74,7 @@ export default {
74
const response = await this.xeroAccountingApi.listInvoices({
75
$,
76
tenantId: this.tenantId,
77
- modifiedSince: this.modifiedSince,
+ modifiedSince: this.modifiedAfter,
78
params: {
79
IDs: this.ids,
80
InvoiceNumbers: this.invoiceNumbers,
0 commit comments