@@ -158,7 +158,7 @@ discard block |
||
158 | 158 | * Determines methods. |
159 | 159 | * For Soap it's either GET or POST. |
160 | 160 | * |
161 | - * @param mixed $request |
|
161 | + * @param string $request |
|
162 | 162 | * |
163 | 163 | * @return string |
164 | 164 | */ |
@@ -220,7 +220,7 @@ discard block |
||
220 | 220 | } |
221 | 221 | |
222 | 222 | /** |
223 | - * @return httpClient |
|
223 | + * @return HttpClient |
|
224 | 224 | */ |
225 | 225 | public function getHttpClient() |
226 | 226 | { |
@@ -64,13 +64,13 @@ |
||
64 | 64 | 'accountEditV2', |
65 | 65 | [ |
66 | 66 | 'accountid' => $accountId, |
67 | - 'address' => $address, |
|
68 | - 'contactname' => $contactName, |
|
69 | - 'contactemail' => $contactEmail, |
|
70 | - 'telephone' => $telephone, |
|
71 | - 'fax' => $fax, |
|
72 | - 'description' => $description, |
|
73 | - 'balancethreshold' => (float)$balanceThreshold, |
|
67 | + 'address' => $address, |
|
68 | + 'contactname' => $contactName, |
|
69 | + 'contactemail' => $contactEmail, |
|
70 | + 'telephone' => $telephone, |
|
71 | + 'fax' => $fax, |
|
72 | + 'description' => $description, |
|
73 | + 'balancethreshold' => (float)$balanceThreshold, |
|
74 | 74 | ] |
75 | 75 | ); |
76 | 76 | } |