mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 22:34:31 -04:00
cleanups
This commit is contained in:
parent
1b54bcc8a6
commit
1a88a81324
@ -453,7 +453,6 @@ class ProcessBrevoWebhook implements ShouldQueue
|
|||||||
'recipient' => $recipient,
|
'recipient' => $recipient,
|
||||||
'status' => $event->name ?? '',
|
'status' => $event->name ?? '',
|
||||||
'delivery_message' => $delivery_message, // TODO: @turbo124 this results in all cases for the history in the string, which may be incorrect
|
'delivery_message' => $delivery_message, // TODO: @turbo124 this results in all cases for the history in the string, which may be incorrect
|
||||||
|
|
||||||
'server' => '',
|
'server' => '',
|
||||||
'server_ip' => $server_ip,
|
'server_ip' => $server_ip,
|
||||||
'date' => \Carbon\Carbon::parse($event->getTime())->format('Y-m-d H:i:s') ?? '',
|
'date' => \Carbon\Carbon::parse($event->getTime())->format('Y-m-d H:i:s') ?? '',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user