소스 검색

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']}";
         }