From 03b0c717089f52a65cae65fabaee1bb9fd65c57e Mon Sep 17 00:00:00 2001 From: Christopher Mancuso Date: Tue, 22 Jun 2021 20:45:54 +0900 Subject: [PATCH] fixed send mining taxes invoices --- .../Commands/MiningTaxes/Invoices/SendMiningTaxesInvoices.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Jobs/Commands/MiningTaxes/Invoices/SendMiningTaxesInvoices.php b/app/Jobs/Commands/MiningTaxes/Invoices/SendMiningTaxesInvoices.php index 7e758891c..00f4d1d3a 100644 --- a/app/Jobs/Commands/MiningTaxes/Invoices/SendMiningTaxesInvoices.php +++ b/app/Jobs/Commands/MiningTaxes/Invoices/SendMiningTaxesInvoices.php @@ -258,7 +258,7 @@ class SendMiningTaxesInvoices implements ShouldQueue $body = "Dear " . $charName . "

"; $body .= "Total Value of Ore Mined: " . number_format($totalPrice, 2, ".", ",") . " ISK."; $body .= "

"; - $body .= "Please remit " . number_format($invoiceAmount, 2, ".", ",") . " ISK to Spatial Forces or contract 15% of the ores mined to Spatial Forces.
" + $body .= "Please remit " . number_format($invoiceAmount, 2, ".", ",") . " ISK to Spatial Forces or contract 15% of the ores mined to Spatial Forces.
"; $body .= "The due date is " . $dateDue . "
"; $body .= "Set the reason for transfer as: " . $invoiceId . "
"; $body .= "The mining taxes are currently set to " . $numberMiningTax . "%.
";