Explorar el Código

MailjetSmsUtils : correctif

develop
Guillaume hace 3 años
padre
commit
f09109aa5d
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      ShopBundle/Services/MailjetSmsUtils.php

+ 2
- 1
ShopBundle/Services/MailjetSmsUtils.php Ver fichero

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

Cargando…
Cancelar
Guardar