Kirin hace 1 año
padre
commit
466d0491e8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);