a
This commit is contained in:
parent
1c623648d6
commit
0192fc50b8
|
|
@ -83,10 +83,10 @@ class FacialVerificationAPI {
|
||||||
|
|
||||||
if (empty($result['FaceMatches'])) {
|
if (empty($result['FaceMatches'])) {
|
||||||
|
|
||||||
$message = t('face_not_match', $lang, $translations);
|
// $message = t('face_not_match', $lang, $translations);
|
||||||
|
|
||||||
// $this->assure_api->resultat_traitement_face($_SESSION['numeroBeneficiaire'], '0', "Les faces ne correspondent pas! / The faces do not match!");
|
$this->assure_api->resultat_traitement_face($_SESSION['numeroBeneficiaire'], '0', "Les faces ne correspondent pas! / The faces do not match!");
|
||||||
$this->assure_api->resultat_traitement_face($_SESSION['numeroBeneficiaire'], '0', $message);
|
// $this->assure_api->resultat_traitement_face($_SESSION['numeroBeneficiaire'], '0', $message);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'match' => false,
|
'match' => false,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user