Skip to content

Commit

Permalink
Update opayo.php
Browse files Browse the repository at this point in the history
  • Loading branch information
condor2 authored Jan 11, 2024
1 parent 604bc97 commit 664ab9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/catalog/model/extension/payment/opayo.php
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ public function log($title, $data) {
if ($setting['general']['debug']) {
$log = new Log('opayo.log');

$log->write($title . ': ' . print_r($data, 1));
$log->write($title . ': ' . print_r($data, true));
}
}

Expand Down

0 comments on commit 664ab9d

Please sign in to comment.