We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) 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