a
This commit is contained in:
parent
4b1ffd15fd
commit
9004f1927b
|
|
@ -83,7 +83,10 @@ class FacialVerificationAPI {
|
||||||
|
|
||||||
if (empty($result['FaceMatches'])) {
|
if (empty($result['FaceMatches'])) {
|
||||||
|
|
||||||
$this->assure_api->resultat_traitement_face($_SESSION['numeroBeneficiaire'], '0', "Les faces ne correspondent pas! / The faces do not match!");
|
$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', $message);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'match' => false,
|
'match' => false,
|
||||||
|
|
@ -109,7 +112,7 @@ class FacialVerificationAPI {
|
||||||
|
|
||||||
// $message = t('verification_error', $lang, $translations);
|
// $message = t('verification_error', $lang, $translations);
|
||||||
|
|
||||||
var_dump($message);
|
// var_dump($message);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'match' => false,
|
'match' => false,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user