We will be off on April 7th (Monday) 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
$formFields['merchantSig'] = $merchantSig;
$this->_adyenLogger->debug(print_r($formFields, true));
$this->_adyenLogger->addAdyenDebug(print_r($formFields, true));
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