diff --git a/src/Vendors/TransFastApi.php b/src/Vendors/TransFastApi.php index b3e5db5..8177732 100644 --- a/src/Vendors/TransFastApi.php +++ b/src/Vendors/TransFastApi.php @@ -85,8 +85,7 @@ public function getData($url, $params = []) curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_HTTPHEADER, [ 'Content-Type: application/json', - 'Authorization: Credentials '.$this->config[$this->status]['token']] - ); + 'Authorization: Credentials '.$this->config[$this->status]['token']]); $response = curl_exec($curl); $info = curl_getinfo($curl);