From 3fcceb06494fe7cd57ea56a090d9f6d19bd91a0c Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 18 Mar 2021 00:07:40 +0900 Subject: [PATCH] invoice stuff --- app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php | 2 ++ 1 file changed, 2 insertions(+) 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);