This commit is contained in:
KANE LAZENI 2026-02-24 02:40:50 +00:00
parent f91eb8d356
commit c9791fffa0

View File

@ -261,13 +261,15 @@ class FacialVerificationAPI {
// On supprime le fichier de capture caméra // On supprime le fichier de capture caméra
@unlink($capturedPhotoPath); @unlink($capturedPhotoPath);
/*
var_dump( var_dump(
array( array(
"comparisonResult" => $comparisonResult, "comparisonResult" => $comparisonResult,
) )
); );
exit; exit;
*/
if ($comparisonResult['error']) { if ($comparisonResult['error']) {
$this->updateVerificationStatus($token, 'error', $comparisonResult, $capturedPhotoPath); $this->updateVerificationStatus($token, 'error', $comparisonResult, $capturedPhotoPath);
return [ return [