Skip to content

Commit a3f5649

Browse files
committed
invoice services Generar PDF de una factura por valores sample added
1 parent 4491c56 commit a3f5649

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

examples.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,13 +1089,13 @@
10891089
// ------------------------------------------------------------------
10901090
// Obtener el estado de una factura por ID (por referencia)
10911091
// ------------------------------------------------------------------
1092-
$invoiceStatus = [
1093-
'id' => "3ba2038a-74bd-48ae-96ac-3e97b03d89e1",
1094-
];
1095-
$apiResponse = $client->getInvoiceService()->getStatus($invoiceStatus);
1096-
consoleLog($apiResponse);
1092+
// $invoiceStatus = [
1093+
// 'id' => "3ba2038a-74bd-48ae-96ac-3e97b03d89e1",
1094+
// ];
1095+
// $apiResponse = $client->getInvoiceService()->getStatus($invoiceStatus);
1096+
// consoleLog($apiResponse);
1097+
10971098

1098-
10991099

11001100
// ------------------------------------------------------------------
11011101
// Generar PDF de una factura por valores

0 commit comments

Comments
 (0)