updated process send eve mail job

This commit is contained in:
2019-09-11 21:02:22 -05:00
parent 1cfb33ce42
commit 2ea19ad84d

View File

@@ -92,7 +92,7 @@ class ProcessSendEveMailJob implements ShouldQueue
'approved_cost' => 100, 'approved_cost' => 100,
'body' => $this->body, 'body' => $this->body,
'recipients' => [[ 'recipients' => [[
'recipient_id' => (int)92626011, 'recipient_id' => $this->recipient,
'recipient_type' => $this->recipient_type, 'recipient_type' => $this->recipient_type,
]], ]],
'subject' => $this->subject, 'subject' => $this->subject,