invoice stuff

This commit is contained in:
2021-03-18 00:07:40 +09:00
parent d607f403ec
commit 3fcceb0649

View File

@@ -91,6 +91,8 @@ class MiningTaxesInvoices extends Command
$invoiceAmount = $totalPrice * $config['mining_tax']; $invoiceAmount = $totalPrice * $config['mining_tax'];
$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);