瀏覽代碼

update: mgate

tokumeikoi 3 年之前
父節點
當前提交
c8c96365ea
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Payments/MGate.php

+ 1 - 1
app/Payments/MGate.php

@@ -43,7 +43,7 @@ class MGate {
 
     public function pay($order)
     {
-        if ($this->config['notify_domain']) {
+        if (isset($this->config['notify_domain'])) {
             $parseUrl = parse_url($order['notify_url']);
             $notifyUrl = "{$parseUrl['scheme']}://{$this->config['notify_domain']}{$parseUrl['path']}";
         }