a
This commit is contained in:
parent
0192fc50b8
commit
fc464dc999
|
|
@ -83,7 +83,10 @@ class FacialVerificationAPI {
|
||||||
|
|
||||||
if (empty($result['FaceMatches'])) {
|
if (empty($result['FaceMatches'])) {
|
||||||
|
|
||||||
// $message = t('face_not_match', $lang, $translations);
|
$v_msg = t('face_not_match', $lang, $translations);
|
||||||
|
|
||||||
|
var_dump($v_msg);
|
||||||
|
exit;
|
||||||
|
|
||||||
$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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user