Skip to content

Commit 4230e39

Browse files
committed
use cases updated
1 parent 3123bfe commit 4230e39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,16 +1103,16 @@ async function main() : Promise<void> {
11031103
// const apiResponse = await client.invoices.send(emailRequest);
11041104
// console.log('apiResponse:', apiResponse);
11051105

1106-
1106+
// Envia factura por correo pot ID (por referencias)
11071107
const emailRequest: SendInvoiceRequest = {
11081108
"invoiceId": "96d93ff4-95c6-4381-858a-6551259d17ad",
11091109
"toEmail": "contacto@fiscalapi.com",
11101110
}
1111+
11111112
const apiResponse = await client.invoices.send(emailRequest);
11121113
console.log('apiResponse:', apiResponse);
11131114

11141115

1115-
11161116
console.log('End Fiscalapi node...');
11171117
} catch (error: unknown) {
11181118
console.error('Error inesperado:', error);

0 commit comments

Comments
 (0)