structure request form and mail update

This commit is contained in:
2019-09-08 03:42:33 -05:00
parent cdd70ee3fa
commit 403c05d061

View File

@@ -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,