config mining tax added to send mining taxes invoice command where necessary

This commit is contained in:
2021-05-12 01:36:05 +09:00
parent 9c5f9e3844
commit 96507b7d7e

View File

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