Minor fixes
This commit is contained in:
parent
5e1b976dec
commit
510971b35f
1 changed files with 2 additions and 1 deletions
|
|
@ -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'])
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue