This commit is contained in:
Kumi 2022-11-28 07:46:52 +00:00
parent ada1fdfdee
commit e8d8192aa4
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -76,7 +76,7 @@ class Adonis {
$data = array("credentials" => array(
"Login" => $this->username,
"Password" => $this->password,
"Lifetime" => $this->lifetime
"LifeTime" => $this->lifetime
));
$res = $this->request("GNL_API_AUTHENTICATION", $data, $api, false, false, true);