increased approved cost for mails

This commit is contained in:
2021-03-17 22:23:34 +09:00
parent 2e178c8b16
commit 79c3e3382a

View File

@@ -101,7 +101,7 @@ class ProcessSendEveMailJob implements ShouldQueue
//Attemp to send the mail
try {
$reponse = $esi->setBody([
'approved_cost' => 100,
'approved_cost' => 10000,
'body' => $this->body,
'recipients' => [[
'recipient_id' => $this->recipient,