a
This commit is contained in:
parent
9c4ee65664
commit
2370eff91f
|
|
@ -233,9 +233,16 @@ class FacialVerificationAPI {
|
|||
$capturedImageBase64
|
||||
);
|
||||
|
||||
var_dump($comparisonResult);
|
||||
// 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