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