Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #37 from pmclain/3d-secure
Browse files Browse the repository at this point in the history
Only use core payment debugging
  • Loading branch information
pmclain authored Apr 6, 2018
2 parents 3ca5ef2 + 71a5cc2 commit 923a6d3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Gateway/Http/Client/AbstractTransaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ public function placeRequest(
$log['response'] = $response['object'];
}

if ($this->config->isDebugOn()) {
$this->logger->warning(var_export($log, true));
}

$this->customLogger->debug($log);
}

Expand Down

0 comments on commit 923a6d3

Please sign in to comment.