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