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 54ae1587 authored by Alessio Zampatti's avatar Alessio Zampatti Committed by GitHub

Merge pull request #484 from Adyen/PW-1499

PW-1499: alipay_hk cancel order on Received
parents 483affba 387b2fa2
......@@ -249,7 +249,7 @@ class Result extends \Magento\Framework\App\Action\Action
break;
case Notification::RECEIVED:
$result = true;
if (strpos($paymentMethod, "alipay_hk_web") !== false) {
if (strpos($paymentMethod, "alipay_hk") !== false) {
$result = false;
}
$this->_adyenLogger->addAdyenResult('Do nothing wait for the notification');
......
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