mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
ftp service
This commit is contained in:
@ -328,7 +328,6 @@ class Pedido extends \App\Controllers\BaseResourceController
|
||||
}
|
||||
public function get_xml_pedido($pedido_id)
|
||||
{
|
||||
|
||||
$data = PedidoXMLService::generate_xml($pedido_id);
|
||||
// $xml_service = new PedidoXMLService($this->model);
|
||||
return $this->respond($data);
|
||||
|
||||
Reference in New Issue
Block a user