mining taxes invoices

This commit is contained in:
2021-02-26 01:05:12 +09:00
parent d050563fb9
commit 3bd1b2053b

View File

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