From ae4c31060a1c2e93c50af6d4b987c500cd5153ad Mon Sep 17 00:00:00 2001 From: Franck Allimant Date: Fri, 20 Oct 2023 18:35:53 +0200 Subject: [PATCH] Removed useless logs --- Axepta.php | 3 --- Config/module.xml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Axepta.php b/Axepta.php index f376353..3ba2d0e 100755 --- a/Axepta.php +++ b/Axepta.php @@ -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(); diff --git a/Config/module.xml b/Config/module.xml index 540a5a0..05a30f8 100755 --- a/Config/module.xml +++ b/Config/module.xml @@ -13,7 +13,7 @@ en_US fr_FR - 2.0.2 + 2.0.3 Nicolas Barbey