a
This commit is contained in:
@@ -233,6 +233,9 @@ class FacialVerificationAPI {
|
||||
$capturedImageBase64
|
||||
);
|
||||
|
||||
var_dump($comparisonResult);
|
||||
exit;
|
||||
|
||||
if ($comparisonResult['error']) {
|
||||
$this->updateVerificationStatus($token, 'error', $comparisonResult, $capturedPhotoPath);
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user