Skip to content
Snippets Groups Projects
Verified Commit f1ee6d5e authored by Bayu Samudra's avatar Bayu Samudra
Browse files

refactor: change token soap

parent 32c1248d
No related merge requests found
...@@ -7,9 +7,6 @@ use SoapClient; ...@@ -7,9 +7,6 @@ use SoapClient;
class TokenSoap { class TokenSoap {
private SoapClient $soap; private SoapClient $soap;
static string | null $token;
static int $exp_time;
public function __construct() { public function __construct() {
$soap_key = getenv("SOAP_KEY"); $soap_key = getenv("SOAP_KEY");
$wsdl = getenv("SOAP_API")."/services/security?wsdl"; $wsdl = getenv("SOAP_API")."/services/security?wsdl";
......
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