From 76cdb990dc7c121a0526fe2e3faf97fc61048b3e Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Tue, 24 Feb 2026 00:02:48 +0000 Subject: [PATCH] a --- Contestation/verify_facial_api.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Contestation/verify_facial_api.php b/Contestation/verify_facial_api.php index fb47e56..3669b4d 100644 --- a/Contestation/verify_facial_api.php +++ b/Contestation/verify_facial_api.php @@ -64,11 +64,12 @@ class FacialVerificationAPI { private function compareFaces($referenceImagePath, $capturedImageBase64) { var_dump( array( - "referenceImagePath" => $referenceImagePath, - "capturedImageBase64" => $capturedImageBase64, - "photoAssureCrypte" => $_SESSION['photoAssureCrypte'], + "referenceImagePath" => $referenceImagePath, + "capturedImageBase64" => $capturedImageBase64, + "photoAssureCrypte" => $_SESSION['photoAssureCrypte'], + "lienPhoto" => $_SESSION['lienPhoto'], ) - ); + ); exit; // Option 1: Azure Face API (Recommandé)