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