This commit is contained in:
dev-chiefworks
2022-04-14 14:35:00 -04:00
parent febbe9a08e
commit edd6b1e8d3
+3 -1
View File
@@ -191,9 +191,11 @@ class Savvy extends BaseController
$res= $this->dummy_data();
}
else{
$res = FloatLogin::floatLoginUser($inx['username'], $inx['password']);
$resLogin = FloatLogin::floatLoginUser($inx['username'], $inx['password']);
log_message('critical', "Login Returned=>".$endpoint );
$this->logArray($res);
$resLoginArray = json_decode($resLogin, true);
$this->logArray($resLoginArray);
/* if (!empty($res)){
$data = json_decode($res, TRUE);
if (isset($data['accessToken'])){