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 a1b699b8 authored by Alexandros Moraitis's avatar Alexandros Moraitis Committed by GitHub

Merge pull request #445 from Adyen/bug/PW-1256

Bug/PW-1256
parents d0930801 4c11263b
...@@ -245,6 +245,9 @@ class Result extends \Magento\Framework\App\Action\Action ...@@ -245,6 +245,9 @@ class Result extends \Magento\Framework\App\Action\Action
break; break;
case Notification::RECEIVED: case Notification::RECEIVED:
$result = true; $result = true;
if (strpos($paymentMethod, "alipay_hk_web") !== false) {
$result = false;
}
$this->_adyenLogger->addAdyenResult('Do nothing wait for the notification'); $this->_adyenLogger->addAdyenResult('Do nothing wait for the notification');
break; break;
case Notification::PENDING: case Notification::PENDING:
......
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