facturapi-node icon indicating copy to clipboard operation
facturapi-node copied to clipboard

problems with receipts.createGlobalInvoice

Open sznrbrt opened this issue 3 years ago • 0 comments

Hi Team,

When I try to create a Global invoice in test mode, the request comes back with 200 OK, but the response is empty. No error comes back. I checked the logs coming back from axios directly in the library, but no response is present.

I tried sending it with empty parameters and with from, to, series defined as well but the response is the same:

await facturapi.receipts.createGlobalInvoice({});

sznrbrt avatar May 21 '21 19:05 sznrbrt