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