We will be off on April 7th (Monday) for public holiday in our country

Commit 6b75d486 authored by Rik ter Beek's avatar Rik ter Beek

revert back logging statement

parent ee09cf18
......@@ -254,6 +254,10 @@ class Cron
$count = 0;
foreach ($notifications as $notification) {
$this->_adyenLogger->addAdyenNotificationCronjob(
sprintf("Processing notification %s", $notification->getEntityId())
);
// ignore duplicate notification
if ($this->_isDuplicate($notification)) {
$this->_adyenLogger->addAdyenNotificationCronjob(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment