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) {