Sfoglia il codice sorgente

MailjetSMSUtils : correctif

develop
Guillaume 3 anni fa
parent
commit
68a4f19e3a
1 ha cambiato i file con 1 aggiunte e 11 eliminazioni
  1. +1
    -11
      ShopBundle/Services/MailjetSmsUtils.php

+ 1
- 11
ShopBundle/Services/MailjetSmsUtils.php Vedi File

@@ -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…
Annulla
Salva