File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments