Fix: vehicleUpdate error repuve
This commit is contained in:
parent
4004585dc8
commit
456768e1b5
@ -273,6 +273,9 @@ public function vehicleUpdate(Request $request)
|
||||
'placa' => $placa,
|
||||
'niv' => $nivEstatal,
|
||||
'error' => $repuveResponse['error_message'] ?? 'Error desconocido',
|
||||
'error_code' => $repuveResponse['error_code'] ?? null,
|
||||
'raw_response' => $repuveResponse['raw_response'] ?? null,
|
||||
'repuve_response_completo' => $repuveResponse,
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user