invoice stuff
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user