Index: uc_store_credit/uc_store_credit.js
===================================================================
--- uc_store_credit/uc_store_credit.js	(revision 3fb56e5a789160d13d1d6f90459d3bbf75fd21ba)
+++ uc_store_credit/uc_store_credit.js	(revision )
@@ -33,7 +33,7 @@
 
         // Update the contents of the span on the payment method line to use
         // the new total.
-        $('#store-credit-total').html(new_total);
+        $('#store-credit-total').html(Math.round(new_total * 100) / 100);
 
         // Disable/hide the payment method if it is no longer available.
         if (new_total > uc_store_credit_user_total && uc_store_credit_hide_method > 0) {
