Index: uc_ogone_payment.module
===================================================================
--- uc_ogone_payment.module	(revision 286)
+++ uc_ogone_payment.module	(working copy)
@@ -454,6 +454,11 @@
     //Debug
     //drupal_set_message('cartid:'.uc_cart_get_id().' ogone order id:'.$_SESSION['ogone_order_id']);
 
+    $order = uc_order_load($_SESSION['ogone_order_id']);
+    // We need to get more information from Ogone. Currency, Amount etc.  
+    $comment = t('Ogone transaction : @txn_id', array('@txn_id' => $_SESSION['ogone_order_id']));
+    uc_payment_enter($order->order_id, 'ogone_payment', $order->order_total, $order->uid, NULL, $comment);
+
     // Ensure the cart we're looking at is the one that payment was attempted for.
     $_SESSION['cart_order'] = $_SESSION['ogone_order_id'];
     unset($_SESSION['ogone_order_id']);
