mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Minor fixes
This commit is contained in:
parent
5e1b976dec
commit
510971b35f
@ -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…
x
Reference in New Issue
Block a user