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 830f0edc authored by Rik ter Beek's avatar Rik ter Beek

logger fix for paybymail and pos

parent 4025f932
...@@ -293,7 +293,7 @@ class PayByMail extends \Magento\Payment\Model\Method\AbstractMethod ...@@ -293,7 +293,7 @@ class PayByMail extends \Magento\Payment\Model\Method\AbstractMethod
$formFields['merchantSig'] = $merchantSig; $formFields['merchantSig'] = $merchantSig;
$this->_adyenLogger->debug(print_r($formFields, true)); $this->_adyenLogger->addAdyenDebug(print_r($formFields, true));
return $formFields; return $formFields;
} }
......
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