@@ -208,7 +208,7 @@ |
||
208 | 208 | throw new CittaException(strtr('HTTP Status {code} Error: {error}', [ |
209 | 209 | '{error}' => \yii\helpers\ArrayHelper::getValue(\yii\helpers\Json::decode($result->response, true), 'message', null), |
210 | 210 | '{code}' => $result->http_status_code |
211 | - ]) |
|
211 | + ]) |
|
212 | 212 | ); |
213 | 213 | } |
214 | 214 |