mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 09:04:34 -04:00
Minor fix for postmark
This commit is contained in:
parent
74b4ef5b13
commit
bf690e5cb8
@ -213,7 +213,7 @@ class PostMarkController extends BaseController
|
|||||||
$request->input('MessageID')
|
$request->input('MessageID')
|
||||||
);
|
);
|
||||||
|
|
||||||
LightLogs::create($bounce)->batch();
|
LightLogs::create($spam)->batch();
|
||||||
|
|
||||||
SystemLogger::dispatch($request->all(), SystemLog::CATEGORY_MAIL, SystemLog::EVENT_MAIL_SPAM_COMPLAINT, SystemLog::TYPE_WEBHOOK_RESPONSE, $this->invitation->contact->client, $this->invitation->company);
|
SystemLogger::dispatch($request->all(), SystemLog::CATEGORY_MAIL, SystemLog::EVENT_MAIL_SPAM_COMPLAINT, SystemLog::TYPE_WEBHOOK_RESPONSE, $this->invitation->contact->client, $this->invitation->company);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user