This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
LcShopBundle
Watch
3
Star
2
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
MailjetSmsUtils : correctif
develop
Guillaume
3 years ago
parent
c1d10ca115
commit
f09109aa5d
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
+2
-1
ShopBundle/Services/MailjetSmsUtils.php
+ 2
- 1
ShopBundle/Services/MailjetSmsUtils.php
View File
@@ -94,7 +94,8 @@ class MailjetSmsUtils
return $content;
} else {
// log
return $response->getContent() ;
//return $response->getContent() ;
return false;
}
}
else {
Write
Preview
Loading…
Cancel
Save