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