Commit 1837ce9a authored by acampos1916's avatar acampos1916

Fixing Notifications Overview URL

parent 34cfc4a6
......@@ -92,7 +92,7 @@ class CronMessage implements \Magento\Framework\Notification\MessageInterface
*/
public function getText()
{
$urlNotificationsOverview = $this->backendHelper->getUrl("adyen/NotificationsOverview/index");
$urlNotificationsOverview = $this->backendHelper->getUrl("adyen/notifications/overview");
$message = __('You have <a href="%1">%2 unprocessed notification(s)</a>. Please check your Cron', $urlNotificationsOverview, $this->_cronCheck);
$urlMagento = "http://devdocs.magento.com/guides/v2.0/config-guide/cli/config-cli-subcommands-cron.html";
$urlAdyen = "https://docs.adyen.com/developers/plugins/magento-2/set-up-the-plugin-in-magento#step2runcron";
......
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