invoice stuff

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

View File

@@ -90,6 +90,8 @@ class MiningTaxesInvoices extends Command
//Reduce the total price by the take percentage //Reduce the total price by the take percentage
$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);