Ken 8 місяців тому
батько
коміт
05ee151775
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      app/Services/WithdrawService.php

+ 1 - 1
app/Services/WithdrawService.php

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