Skip to content

Commit 1097f6e

Browse files
committed
rc1
1 parent 4230e39 commit 1097f6e

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

examples/main.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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...');

0 commit comments

Comments
 (0)