@@ -35,7 +35,7 @@ discard block |
||
35 | 35 | */ |
36 | 36 | public $wsdl = 'https://netenberg.com/api/netenberg.wsdl'; |
37 | 37 | |
38 | - public $connected = false; |
|
38 | + public $connected = FALSE; |
|
39 | 39 | |
40 | 40 | /** |
41 | 41 | * the username to use for API access |
@@ -101,7 +101,7 @@ discard block |
||
101 | 101 | } catch (\Exception $e) { |
102 | 102 | require_once (INCLUDE_ROOT.'/../vendor/detain/nusoap/lib/nusoap.php'); |
103 | 103 | $this->soapClient = new \nusoap_client($this->wsdl); |
104 | - $this->connected = true; |
|
104 | + $this->connected = TRUE; |
|
105 | 105 | } |
106 | 106 | } |
107 | 107 | } |