diff --git a/app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php b/app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php index 0da55a787..990707d07 100644 --- a/app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php +++ b/app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php @@ -90,6 +90,8 @@ class MiningTaxesInvoices extends Command //Reduce the total price by the take percentage $invoiceAmount = $totalPrice * $config['mining_tax']; $invoiceAmount = round($invoiceAmount, 2); + + dd($invoiceAmount); //Get the character name from the character id $charName = $lookup->CharacterIdToName($charId);