send mail for mining taxes

This commit is contained in:
2021-05-12 01:37:40 +09:00
parent 96507b7d7e
commit 97109cfd08

View File

@@ -224,7 +224,7 @@ class SendMiningTaxesInvoices implements ShouldQueue
$charName = $lookup->CharacterIdToName($charId);
$invoiceId = uniqid();
$datedue = Carbon::now()->addDays(7);
$dateDue = Carbon::now()->addDays(7);
$invoiceDate = Carbon::now();
$numberMiningTax = number_format(($config['mining_tax'] * 100.00), 2, ".", ",");