Minor fixes

This commit is contained in:
David Bomba 2022-02-13 21:06:40 +11:00
parent 5e1b976dec
commit 510971b35f

View File

@ -78,7 +78,8 @@ class ProcessPostmarkWebhook implements ShouldQueue
if(!$this->invitation)
return;
$this->invitation->email_error = $this->request['Details'];
if(array_key_exists('Details', $this->request))
$this->invitation->email_error = $this->request['Details'];
switch ($this->request['RecordType'])
{