diff --git a/app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php b/app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php index 5aeb753ce..fa9c791f4 100644 --- a/app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php +++ b/app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php @@ -86,7 +86,7 @@ class MiningTaxesInvoices extends Command //Add up the total price from the ledger rows for the report later $totalPrice = $totalPrice + $row['amount']; - dd($row['amount']); + dd($totalPrice); } //Reduce the total price by the take percentage