Commit e7ad38e4 authored by Kulya's avatar Kulya 😊

Update Billz Curl check4

parent b3b72c90
......@@ -132,8 +132,9 @@ require_once (__DIR__.'/keys.php');
$encodedSignature = self::base64_url_encode($signature);
$token = $unsignedToken . '.' . $encodedSignature;
$conf["token"] = $token; //, "url"=>$conf["url"]];
return $conf;
// $conf["token"] = $token; //, "url"=>$conf["url"]];
// return $conf;
return ["token" => $token, "url"=>$conf["url"], "apiversion"=>$conf["apiversion"]];
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment