@@ -150,10 +150,10 @@ |
||
150 | 150 | if (!is_array($ips) && $ips != '') |
151 | 151 | $ips = [$ips]; |
152 | 152 | $this->response = $this->xml->__call('partner10.createKey', [ |
153 | - $this->authInfo(), |
|
154 | - $this->serverAddress($ips, $macs), $client === FALSE ? $this->client : $client, |
|
155 | - $keyType, |
|
156 | - $upgradePlans, $licenseType === FALSE ? $this->licenseType : $licenseType |
|
153 | + $this->authInfo(), |
|
154 | + $this->serverAddress($ips, $macs), $client === FALSE ? $this->client : $client, |
|
155 | + $keyType, |
|
156 | + $upgradePlans, $licenseType === FALSE ? $this->licenseType : $licenseType |
|
157 | 157 | ] |
158 | 158 | ); |
159 | 159 | return $this->response; |