This commit is contained in:
KANE LAZENI 2026-05-13 17:18:12 +00:00
parent 4b1ffd15fd
commit 9004f1927b

View File

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