fix: TransactionController

This commit is contained in:
HDVinnie
2024-02-21 18:41:51 -05:00
parent bf72d49f0c
commit 6e4e9a2767
@@ -113,7 +113,7 @@ class TransactionController extends Controller
BonTransactions::create([
'bon_exchange_id' => $bonExchange->id,
'name' => $bonExchange->description,
'cost' => $bonExchange->value,
'cost' => $bonExchange->cost,
'sender_id' => $user->id,
'comment' => $bonExchange->description,
'torrent_id' => null,