This commit is contained in:
KANE LAZENI 2026-05-13 17:28:47 +00:00
parent 0192fc50b8
commit fc464dc999

View File

@ -83,7 +83,10 @@ class FacialVerificationAPI {
if (empty($result['FaceMatches'])) { if (empty($result['FaceMatches'])) {
// $message = t('face_not_match', $lang, $translations); $v_msg = t('face_not_match', $lang, $translations);
var_dump($v_msg);
exit;
$this->assure_api->resultat_traitement_face($_SESSION['numeroBeneficiaire'], '0', "Les faces ne correspondent pas! / The faces do not match!"); $this->assure_api->resultat_traitement_face($_SESSION['numeroBeneficiaire'], '0', "Les faces ne correspondent pas! / The faces do not match!");
// $this->assure_api->resultat_traitement_face($_SESSION['numeroBeneficiaire'], '0', $message); // $this->assure_api->resultat_traitement_face($_SESSION['numeroBeneficiaire'], '0', $message);