瀏覽代碼

fix callback is_url error

stanley-king 4 年之前
父節點
當前提交
b809d438e3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)