stanley-king il y a 3 ans
Parent
commit
a095ea0794
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  1. 0 4
      helper/refill/util.php

+ 0 - 4
helper/refill/util.php

@@ -626,8 +626,6 @@ class util
     //for tester
     public static function send_normal($order_sn)
     {
-        return true;
-
         $status = mt_rand(1,10);
         if($status > 9) {
             $status = 1;
@@ -651,8 +649,6 @@ class util
 
     public static function send_quick($order_sn)
     {
-        return true;
-
         $status = mt_rand(1,10);
         if($status > 3) {
             $status = 1;