Ken 1 주 전
부모
커밋
1d6baa8376
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Services/WithdrawService.php

+ 1 - 1
app/Services/WithdrawService.php

@@ -397,7 +397,7 @@ class WithdrawService
             'address' => $address,
             'address' => $address,
             'exchange_rate' => $rate,
             'exchange_rate' => $rate,
             'status' => 0,
             'status' => 0,
-            'after_balance' => bcdiv($wallet->available_balance, $rate, 2)
+            'after_balance' => $wallet->available_balance
         ]);
         ]);