This commit is contained in:
KANE LAZENI 2026-05-13 17:22:27 +00:00
parent 1c623648d6
commit 0192fc50b8

View File

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