File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1104,13 +1104,13 @@ async function main() : Promise<void> {
11041104 // console.log('apiResponse:', apiResponse);
11051105
11061106 // Envia factura por correo pot ID (por referencias)
1107- const emailRequest : SendInvoiceRequest = {
1108- "invoiceId" : "96d93ff4-95c6-4381-858a-6551259d17ad" ,
1109- "toEmail" : "contacto@fiscalapi.com" ,
1110- }
1111-
1112- const apiResponse = await client . invoices . send ( emailRequest ) ;
1113- console . log ( 'apiResponse:' , apiResponse ) ;
1107+ // const emailRequest: SendInvoiceRequest = {
1108+ // "invoiceId": "96d93ff4-95c6-4381-858a-6551259d17ad",
1109+ // "toEmail": "contacto@fiscalapi.com",
1110+ // }
1111+
1112+ // const apiResponse = await client.invoices.send(emailRequest);
1113+ // console.log('apiResponse:', apiResponse);
11141114
11151115
11161116 console . log ( 'End Fiscalapi node...' ) ;
You can’t perform that action at this time.
0 commit comments