소스 검색

Merge branch 'develop' of https://gitea.laclic.fr/Laclic/LcShopBundle into develop

develop
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.');

Loading…
취소
저장