Kirin 1 anno fa
parent
commit
466d0491e8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      crmeb/services/WithdrawService.php

+ 1 - 1
crmeb/services/WithdrawService.php

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