stanley-king 4 years ago
parent
commit
7cd3482649
1 changed files with 1 additions and 1 deletions
  1. 1 1
      helper/refill/RefillFactory.php

+ 1 - 1
helper/refill/RefillFactory.php

@@ -279,7 +279,7 @@ class RefillFactory
 //            }
 
             $period = time() - $refill['order_time'];
-            if($period >= 15 * 60) {
+            if($period >= 20 * 60) {
                 return false;
             }