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

+ 1 - 1
app/Services/WithdrawService.php

@@ -389,7 +389,7 @@ class WithdrawService
         $wallet->available_balance = $afterBalance;
         $wallet->save();
 
-        Withdraw::create([
+        $withdraw = Withdraw::create([
             'member_id' => $chatId,
             'amount' => $amount,
             'service_charge' => $serviceCharge,