Kirin hai 1 ano
pai
achega
38052e2274
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      crmeb/services/WithdrawService.php

+ 0 - 1
crmeb/services/WithdrawService.php

@@ -58,7 +58,6 @@ class WithdrawService
         $token = self::$token;
 
         $res = json_decode(self::do_request(self::$url . $url, compact('data', 'token'), ['content-type:application/json'], true, true), true);
-        var_dump($res);
         if ($res['code'] == 200) {
             return $res;
         } else {