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é)