We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 939ccc8 commit 5c0de4bCopy full SHA for 5c0de4b
ahsay-api-wrapper.php
@@ -45,7 +45,7 @@ class AhsayApiWrapper
45
// Constructor
46
public function AhsayApiWrapper($server, $port, $username, $password)
47
{
48
- $this->serverName = $server;
+ $this->serverAddress = $server;
49
$this->serverPort = $port;
50
$this->serverAdminUsername = $username;
51
$this->serverAdminPassword = $password;
0 commit comments