Fab 3 роки тому
джерело
коміт
f6726e8780
1 змінених файлів з 1 додано та 11 видалено
  1. +1
    -11
      ShopBundle/Services/MailjetSmsUtils.php

+ 1
- 11
ShopBundle/Services/MailjetSmsUtils.php Переглянути файл

@@ -86,17 +86,7 @@ class MailjetSmsUtils
]
);

$statusCode = $response->getStatusCode();

if ($statusCode == 200) {
$content = $response->getContent();
$content = $response->toArray();
return $content;
} else {
// log
//return $response->getContent() ;
return false;
}
return $response ;
}
else {
throw new \ErrorException('Le token SMS Mailjet n\'est pas défini.');

Завантаження…
Відмінити
Зберегти