Skip to content

Commit

Permalink
Merge pull request #1048 from innocente205/Update-BonTransactions-value
Browse files Browse the repository at this point in the history
Update bon transactions value
  • Loading branch information
HDVinnie authored Jan 6, 2020
2 parents ab209ba + 193beaa commit 43ee29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/BonusController.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ public function doItemExchange($userID, $itemID)

$bon_transactions->itemID = $item['id'];
$bon_transactions->name = $item['description'];
$bon_transactions->cost = $item['value'];
$bon_transactions->cost = $item['cost'];
$bon_transactions->sender = $userID;
$bon_transactions->comment = $item['description'];
$bon_transactions->torrent_id = null;
Expand Down

0 comments on commit 43ee29f

Please sign in to comment.