From 468eba7d2ae84678a13cfa84c37af8575ea46925 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Fri, 26 Feb 2021 01:00:19 +0900 Subject: [PATCH] mining taxes invoices --- app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php b/app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php index c4062f4bd..35d6526ef 100644 --- a/app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php +++ b/app/Console/Commands/MiningTaxes/MiningTaxesInvoices.php @@ -90,6 +90,7 @@ class MiningTaxesInvoices extends Command //Reduce the total price by the take percentage $invoiceAmount = $totalPrice * 0.10; + $invoiceAmount = round($invoiceAmount, 2); //Get the character name from the character id $charName = $lookup->CharacterIdToName($charId);