瀏覽代碼

MailjetSmsUtils : correctif

develop
Guillaume 3 年之前
父節點
當前提交
f09109aa5d
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      ShopBundle/Services/MailjetSmsUtils.php

+ 2
- 1
ShopBundle/Services/MailjetSmsUtils.php 查看文件

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

Loading…
取消
儲存