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

fix logger for hpp request

parent 67af60fc
......@@ -248,7 +248,7 @@ class Hpp extends \Magento\Payment\Model\Method\AbstractMethod implements Gatewa
$infoInstance->setAdditionalInformation('issuer_id', $additionalData['issuer_id']);
}
$this->_adyenLogger->debug(print_r($data, 1));
$this->_adyenLogger->addAdyenDebug(print_r($data, 1));
return $this;
}
......@@ -409,7 +409,7 @@ class Hpp extends \Magento\Payment\Model\Method\AbstractMethod implements Gatewa
$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