Sfoglia il codice sorgente

MailjetSmsUtils : correctif

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

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

@@ -94,7 +94,8 @@ class MailjetSmsUtils
return $content;
} else {
// log
return $response->getContent() ;
//return $response->getContent() ;
return false;
}
}
else {

Loading…
Annulla
Salva