Explorar o código

fix callback is_url error

stanley-king %!s(int64=4) %!d(string=hai) anos
pai
achega
b809d438e3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      helper/refill/RefillFactory.php

+ 1 - 1
helper/refill/RefillFactory.php

@@ -428,7 +428,7 @@ class RefillFactory
             return (substr($haystack, 0, $length) === $needle);
         };
 
-        return $checker("http://",$url) || $checker("https://",$url);
+        return $checker($url,"http://") || $checker($url,"https://");
     }
 
     public function notify_merchant($order_id)