diff --git a/app/Jobs/SendEveMailJob.php b/app/Jobs/SendEveMailJob.php index 4602ad628..6d08fd9a1 100644 --- a/app/Jobs/SendEveMailJob.php +++ b/app/Jobs/SendEveMailJob.php @@ -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,