diff --git a/app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php b/app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php index fa9c791f4..f0613eb91 100644 --- a/app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php +++ b/app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php @@ -86,12 +86,11 @@ class MiningTaxesInvoices extends Command //Add up the total price from the ledger rows for the report later $totalPrice = $totalPrice + $row['amount']; - dd($totalPrice); } //Reduce the total price by the take percentage $invoiceAmount = $totalPrice * 0.10; - + dd($invoiceAmount); //Get the character name from the character id $charName = $lookup->CharacterIdToName($charId);