mining taxes invoices
This commit is contained in:
@@ -86,12 +86,11 @@ class MiningTaxesInvoices extends Command
|
||||
|
||||
//Add up the total price from the ledger rows for the report later
|
||||
$totalPrice = $totalPrice + $row['amount'];
|
||||
dd($totalPrice);
|
||||
}
|
||||
|
||||
//Reduce the total price by the take percentage
|
||||
$invoiceAmount = $totalPrice * 0.10;
|
||||
|
||||
dd($invoiceAmount);
|
||||
//Get the character name from the character id
|
||||
$charName = $lookup->CharacterIdToName($charId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user