From 96507b7d7eee210e5f11704a2de0f208b1caf799 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 12 May 2021 01:36:05 +0900 Subject: [PATCH] config mining tax added to send mining taxes invoice command where necessary --- app/Jobs/Commands/MiningTaxes/SendMiningTaxesInvoices.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Jobs/Commands/MiningTaxes/SendMiningTaxesInvoices.php b/app/Jobs/Commands/MiningTaxes/SendMiningTaxesInvoices.php index 482d39730..51f561ac5 100644 --- a/app/Jobs/Commands/MiningTaxes/SendMiningTaxesInvoices.php +++ b/app/Jobs/Commands/MiningTaxes/SendMiningTaxesInvoices.php @@ -204,6 +204,7 @@ class SendMiningTaxesInvoices implements ShouldQueue $totalPrice = 0.00; $body = null; $lookup = new LookupHelper; + $config = config('esi'); if(sizeof($ledgers) > 0) { foreach($ledgers as $ledger) {