--- uc_store_credit.module	2009-06-09 23:06:45.000000000 +0000
+++ uc_store_credit.module	2009-06-10 01:05:25.000000000 +0000
@@ -298,6 +298,7 @@ function uc_store_credit_order($op, &$ar
       // Return an error message and get outta here.
       return array(array('pass' => FALSE, 'message' => t('There was a problem processing payment for your order.  Please try again or contact us if the problem persists.')));
     }
+	uc_payment_enter($arg1->order_id, 'store_credit', $arg1->order_total, 0, '', t('Store credit payment.'));
   }
 }
 
