Ken 1 долоо хоног өмнө
parent
commit
1d6baa8376

+ 1 - 1
app/Services/WithdrawService.php

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