fix
This commit is contained in:
@@ -122,7 +122,7 @@ async function getRegister({ accountId, startDate, endDate }) {
|
||||
if (startDate) params.set('start_date', startDate);
|
||||
if (endDate) params.set('end_date', endDate);
|
||||
// account filter: TransactionList akzeptiert eine kommaseparierte Liste
|
||||
params.set('account', String(accountId));
|
||||
params.set('source_account', String(accountId));
|
||||
params.set('minorversion', QBO_MINOR_VERSION);
|
||||
|
||||
const url = `${baseUrl}/v3/company/${companyId}/reports/TransactionList?${params.toString()}`;
|
||||
|
||||
Reference in New Issue
Block a user