@@ -135,11 +135,11 @@ |
||
135 | 135 | |
136 | 136 | return $this->http->createRequest( |
137 | 137 | $method->getRequestMethod(), |
138 | - self::BASE_URL . $reflection->getShortName(), |
|
138 | + self::BASE_URL.$reflection->getShortName(), |
|
139 | 139 | array_merge([ |
140 | 140 | 'exceptions' => false, |
141 | 141 | 'headers' => [ |
142 | - 'Authorization' => 'Bearer ' . $this->getAccessToken(), |
|
142 | + 'Authorization' => 'Bearer '.$this->getAccessToken(), |
|
143 | 143 | 'Content-Type' => 'text/xml', |
144 | 144 | ], |
145 | 145 |