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