hotfix: validación sustitucion
This commit is contained in:
parent
633198e5ae
commit
767e7abf5b
@ -53,7 +53,7 @@ services:
|
||||
MYSQL_PASSWORD: ${DB_PASSWORD}
|
||||
MYSQL_USER: ${DB_USERNAME}
|
||||
ports:
|
||||
- "${DB_PORT}:3306"
|
||||
- "${DB_FORWARD_PORT}:3306"
|
||||
volumes:
|
||||
- mysql_data:/var/lib/mysql
|
||||
networks:
|
||||
|
||||
@ -836,9 +836,9 @@ public function parseConsultarVehiculoResponse(string $xmlResponse): array
|
||||
'uso' => $campos[20] ?? null,
|
||||
'clase' => $campos[21] ?? null,
|
||||
'estatus' => $campos[22] ?? null,
|
||||
'observaciones' => $campos[23] ?? null,
|
||||
'folio_CI' => $campos[37] ?? null,
|
||||
'identificador_CI' => $campos[38] ?? null,
|
||||
'observaciones' => $campos[31] ?? null,
|
||||
'folio_CI' => $campos[29] ?? null,
|
||||
'identificador_CI' => $campos[30] ?? null,
|
||||
'raw_response' => $contenido,
|
||||
];
|
||||
} catch (Exception $e) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user