Skip to content

Commit

Permalink
Removed useless logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Allimant committed Oct 20, 2023
1 parent 9ba03f3 commit ae4c310
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Axepta.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ public function pay(Order $order)
'CustomField2' => $order->getRef()
];

TLog::getInstance()->error("Données Axcepta : " . print_r($paymentRequest->parameters, 1));
TLog::getInstance()->error("URL Axcepta : " . $paymentRequest->getUrl());

$order
->setTransactionRef($transId)
->save();
Expand Down
2 changes: 1 addition & 1 deletion Config/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<language>en_US</language>
<language>fr_FR</language>
</languages>
<version>2.0.2</version>
<version>2.0.3</version>
<authors>
<author>
<name>Nicolas Barbey</name>
Expand Down

0 comments on commit ae4c310

Please sign in to comment.