This commit is contained in:
KANE LAZENI 2026-02-08 04:58:49 +00:00
parent 245c1ae7ec
commit 0aadfb7a9a

View File

@ -72,7 +72,7 @@ class ControleurRechercheparcarte extends Controleur {
if (count($parts) !== 3 || $parts[0] !== 'IS1') {
$msgErreur = 'Carte invalide / Invalid card';
}
else{
$codeEntite = $parts[1];
$numeroBeneficiaireCarte = $parts[2];
@ -138,6 +138,7 @@ class ControleurRechercheparcarte extends Controleur {
}
}
}
}
// var_dump($msgErreur);
// exit();