structure request form and mail update
This commit is contained in:
@@ -92,7 +92,7 @@ class SendEveMailJob implements ShouldQueue
|
||||
'approved_cost' => 100,
|
||||
'body' => $this->body,
|
||||
'recipients' => [[
|
||||
'recipient_id' => 92626011,
|
||||
'recipient_id' => $this->recipient,
|
||||
'recipient_type' => $this->recipient_type,
|
||||
]],
|
||||
'subject' => $this->subject,
|
||||
|
||||
Reference in New Issue
Block a user