From 77896aae9a3db7b631d5a4c0ab2dd11f93f35039 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Fri, 26 Feb 2021 00:58:46 +0900 Subject: [PATCH] mining taxes invoices --- app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);