wesmiler hace 1 mes
padre
commit
4b18dc2c59
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Services/PaymentService.php

+ 1 - 1
app/Services/PaymentService.php

@@ -815,7 +815,7 @@ class PaymentService extends BaseService
     public function saveLog($key, $data)
     {
         if(env('APP_DEBUG')){
-            RedisService::set($key,$data,7200);
+            RedisService::set($key,$data,3 * 86400);
         }
     }