mining taxes invoices

This commit is contained in:
2021-02-26 01:00:19 +09:00
parent 8ebfc9fc34
commit 468eba7d2a

View File

@@ -90,6 +90,7 @@ class MiningTaxesInvoices extends Command
//Reduce the total price by the take percentage //Reduce the total price by the take percentage
$invoiceAmount = $totalPrice * 0.10; $invoiceAmount = $totalPrice * 0.10;
$invoiceAmount = round($invoiceAmount, 2);
//Get the character name from the character id //Get the character name from the character id
$charName = $lookup->CharacterIdToName($charId); $charName = $lookup->CharacterIdToName($charId);