Explorar o código

update: mgate

tokumeikoi %!s(int64=3) %!d(string=hai) anos
pai
achega
c8c96365ea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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']}";
         }