5772-reduceInvoicePdfSize #1632

Merged
carlosap merged 11 commits from 5772-reduceInvoicePdfSize into dev 2023-06-22 11:45:50 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 389b53ceff - Show all commits

View File

@ -18,7 +18,9 @@ describe('InvoiceOut invoiceClient()', () => {
accessToken: {userId: userId},
__: value => {
return value;
}
},
headers: {origin: 'http://localhost'}
};
const ctx = {req: activeCtx};