File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11251125 // ------------------------------------------------------------------
11261126 // Descargar XML por ID
11271127 // ------------------------------------------------------------------
1128- // $apiResponse = $client->getInvoiceService()->getXml("fc2bb1aa-12a7-4d92-bdea-57d589bd29d6");
1129- // consoleLog($apiResponse);
1128+ $ apiResponse = $ client ->getInvoiceService ()->getXml ("fc2bb1aa-12a7-4d92-bdea-57d589bd29d6 " );
1129+ consoleLog ($ apiResponse );
1130+
1131+
11301132
11311133 // ------------------------------------------------------------------
11321134 // Enviar factura por correo (por valores)
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ public function getXml(string $id): FiscalApiHttpResponseInterface
9696 }
9797
9898 return $ this ->httpClient ->get (
99- $ this ->buildResourceUrl ($ id . ' / xml ' )
99+ $ this ->buildResourceUrl ($ id , ' xml ' )
100100 );
101101 }
102102
You can’t perform that action at this time.
0 commit comments