Kirin 1 rok pred
rodič
commit
9aace291db
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      crmeb/services/WithdrawService.php

+ 1 - 1
crmeb/services/WithdrawService.php

@@ -35,7 +35,7 @@ class WithdrawService
         $data = [
             'user_name' => self::$user_name,
             'password' => self::$password,
-            'timestamp' => time(),
+            'timestamp' => (string)time(),
         ];
         ksort($data);
         var_dump($data);