updated process send eve mail job
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user