From a90688deb6fd4f34854365fd3df3ba5e3a0cb84e Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 9 Jan 2019 20:52:31 -0600 Subject: [PATCH] modified finance helper to use mail dispatch job --- app/Library/Finances/Helper/FinanceHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Library/Finances/Helper/FinanceHelper.php b/app/Library/Finances/Helper/FinanceHelper.php index 1d75344a4..7a0f9bf4a 100644 --- a/app/Library/Finances/Helper/FinanceHelper.php +++ b/app/Library/Finances/Helper/FinanceHelper.php @@ -42,7 +42,7 @@ class FinanceHelper { $mail->body = 'You need to register an ESI API on the services site for esi-wallet.read_corporation_wallet.v1
This is also labeled Corporation Wallets'; $mail->recipient = (int)$info->character_id; $mail->recipient_type = 'character'; - $mail->save(); + //$mail->save(); SendEveMail::dispatch($mail);