Commit 624895e9 authored by Ángel Campos's avatar Ángel Campos Committed by GitHub

Merge branch 'master' into develop

parents 58f6a501 bc55db09
......@@ -226,7 +226,6 @@ class Json extends \Magento\Framework\App\Action\Action
return false;
}
}
// validate the notification
if ($this->authorised($response)) {
// log the notification
......
......@@ -38,7 +38,6 @@ class Requests extends AbstractHelper
* @var \Adyen\Payment\Helper\Data
*/
private $adyenHelper;
/**
* @var \Adyen\Payment\Helper\Config
*/
......@@ -50,6 +49,7 @@ class Requests extends AbstractHelper
* @param Data $adyenHelper
* @param Config $adyenConfig ;
*/
public function __construct(
\Adyen\Payment\Helper\Data $adyenHelper,
\Adyen\Payment\Helper\Config $adyenConfig
......
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