mining taxes invoices

This commit is contained in:
2021-02-26 01:00:33 +09:00
parent 468eba7d2a
commit d050563fb9

View File

@@ -91,7 +91,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); $invoiceAmount = round($invoiceAmount, 2);
dd($invoiceAmount);
//Get the character name from the character id //Get the character name from the character id
$charName = $lookup->CharacterIdToName($charId); $charName = $lookup->CharacterIdToName($charId);