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