FIX: eliminar dato hardcodeado niv
This commit is contained in:
parent
48fec8fdd8
commit
4c6dccf056
@ -30,6 +30,7 @@ class Vehicle extends Model
|
||||
'numptas',
|
||||
'observac',
|
||||
'cve_vehi',
|
||||
'nrpv',
|
||||
'tipo_mov',
|
||||
'owner_id',
|
||||
];
|
||||
|
||||
@ -29,7 +29,6 @@ public function getVehiculoByFolio(string $folio): array
|
||||
private function consultarPadron(string $tipo, string $valor): array
|
||||
{
|
||||
$tipo = 'niv';
|
||||
$valor = 'LSGHD52H0ND032457';
|
||||
|
||||
// Construir el Data en formato JSON
|
||||
$data = json_encode([
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user