mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-23 11:39:19 -05:00
fix: TransactionController
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user