diff --git a/app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php b/app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php index 35d6526ef..72ed6badc 100644 --- a/app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php +++ b/app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php @@ -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);