@@ -63,7 +63,7 @@ |
||
| 63 | 63 | 'Accept: application/json', |
| 64 | 64 | ); |
| 65 | 65 | if (!empty($this->auth_string)) { |
| 66 | - $this->headers[] = 'Authorization: Basic ' . base64_encode($this->auth_string); |
|
| 66 | + $this->headers[] = 'Authorization: Basic '.base64_encode($this->auth_string); |
|
| 67 | 67 | } |
| 68 | 68 | |
| 69 | 69 | // Add custom headers and set headers in cURL object. |