mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Resolviendo bugs para integracion end2end de IL
This commit is contained in:
@ -108,8 +108,9 @@ class ImprimelibrosApi extends ResourceController
|
||||
$response = [
|
||||
'status' => 200,
|
||||
'error' => null,
|
||||
'messages' => [
|
||||
'precio' => $response['precio_u']
|
||||
'data' => [
|
||||
'tiradas' => $response['tiradas'],
|
||||
'precios' => $response['precio_u']
|
||||
]
|
||||
];
|
||||
return $this->respond($response);
|
||||
|
||||
Reference in New Issue
Block a user