mining taxes invoices

This commit is contained in:
2021-02-26 00:58:46 +09:00
parent e12bfb75e9
commit 77896aae9a

View File

@@ -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);