a
This commit is contained in:
parent
f91eb8d356
commit
c9791fffa0
|
|
@ -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 [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user