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