We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday in our country

Commit 83f7d4be authored by Ángel Campos's avatar Ángel Campos Committed by GitHub

Typo fix

parent da16e0dc
...@@ -839,7 +839,7 @@ class Cron ...@@ -839,7 +839,7 @@ class Cron
protected function _holdCancelOrder($ignoreHasInvoice) protected function _holdCancelOrder($ignoreHasInvoice)
{ {
if (!$this->configHelper->getNotificationsCanCancel($this->_order->getStoreId())) { if (!$this->configHelper->getNotificationsCanCancel($this->_order->getStoreId())) {
$this->_adyenLogger->addAdyenNotificationCronjob('Order can not be canceled based on the plugin configuration'); $this->_adyenLogger->addAdyenNotificationCronjob('Order cannot be canceled based on the plugin configuration');
return; return;
} }
......
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