Browse Source

MailjetSmsUtils : correctif

develop
Guillaume 3 years ago
parent
commit
f09109aa5d
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      ShopBundle/Services/MailjetSmsUtils.php

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

return $content; return $content;
} else { } else {
// log // log
return $response->getContent() ;
//return $response->getContent() ;
return false;
} }
} }
else { else {

Loading…
Cancel
Save