Skip to content

Commit c1d3de8

Browse files
committed
invoice services Generar PDF por ID (por referencia) sample added
1 parent a3f5649 commit c1d3de8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

examples.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,6 +1109,8 @@
11091109
// $apiResponse = $client->getInvoiceService()->getPdf($invoicePdf);
11101110
// consoleLog($apiResponse);
11111111

1112+
1113+
11121114
// ------------------------------------------------------------------
11131115
// Generar PDF por ID (por referencia)
11141116
// ------------------------------------------------------------------
@@ -1118,6 +1120,8 @@
11181120
// $apiResponse = $client->getInvoiceService()->getPdf($invoicePdf);
11191121
// consoleLog($apiResponse);
11201122

1123+
1124+
11211125
// ------------------------------------------------------------------
11221126
// Descargar XML por ID
11231127
// ------------------------------------------------------------------

0 commit comments

Comments
 (0)