Clean up logging

This commit is contained in:
David Bomba 2022-04-19 16:32:54 +10:00
parent 6bffa1af10
commit 5172723b89

View File

@ -168,8 +168,6 @@ class CreditCard
$response = $this->eway_driver->init()->eway->createTransaction(\Eway\Rapid\Enum\ApiMethod::DIRECT, $transaction);
nlog($response);
$this->logResponse($response);
// if(!$response || !property_exists($response, 'ResponseMessage'))