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