a
This commit is contained in:
@@ -96,7 +96,8 @@ class FacialVerificationAPI {
|
||||
|
||||
// $referenceImageData = file_get_contents($referenceImagePath);
|
||||
$referenceImageData = $referenceImagePath;
|
||||
$capturedImageData = base64_decode(explode(',', $capturedImageBase64)[1]);
|
||||
// $capturedImageData = base64_decode(explode(',', $capturedImageBase64)[1]);
|
||||
$capturedImageData = base64_decode($capturedImageBase64);
|
||||
|
||||
var_dump(
|
||||
array(
|
||||
|
||||
Reference in New Issue
Block a user