a
This commit is contained in:
parent
f91eb8d356
commit
c9791fffa0
|
|
@ -261,13 +261,15 @@ class FacialVerificationAPI {
|
|||
// On supprime le fichier de capture caméra
|
||||
@unlink($capturedPhotoPath);
|
||||
|
||||
/*
|
||||
var_dump(
|
||||
array(
|
||||
"comparisonResult" => $comparisonResult,
|
||||
)
|
||||
);
|
||||
exit;
|
||||
|
||||
*/
|
||||
|
||||
if ($comparisonResult['error']) {
|
||||
$this->updateVerificationStatus($token, 'error', $comparisonResult, $capturedPhotoPath);
|
||||
return [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user