@@ -159,7 +159,7 @@ |
||
| 159 | 159 | curl_setopt($this->client->ch, CURLOPT_CUSTOMREQUEST, $request_type); |
| 160 | 160 | |
| 161 | 161 | // If additional data is delivered, we will send it along with the API request |
| 162 | - if (is_array($form) && ! empty($form)) { |
|
| 162 | + if (is_array($form) && !empty($form)) { |
|
| 163 | 163 | curl_setopt($this->client->ch, CURLOPT_POSTFIELDS, http_build_query($form)); |
| 164 | 164 | } |
| 165 | 165 | |