From fc464dc999af8c2fdd88d3d6c36de2e18e1d2e6e Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Wed, 13 May 2026 17:28:47 +0000 Subject: [PATCH] a --- Contestation/verify_facial_api.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Contestation/verify_facial_api.php b/Contestation/verify_facial_api.php index 5716871..f96649a 100644 --- a/Contestation/verify_facial_api.php +++ b/Contestation/verify_facial_api.php @@ -83,7 +83,10 @@ class FacialVerificationAPI { 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', $message);