--- C:/Users/JWHITE~1/AppData/Local/Temp/uc_coupon.module-rev635.svn000.tmp.module	Wed Jan 13 16:53:38 2010
+++ C:/wamp/www/warriorepic/sites/all/modules/uc_coupon/uc_coupon.module	Wed Jan 13 16:52:52 2010
@@ -922,7 +922,7 @@
   $result->title = t('Coupon: @code', array('@code' => $code));
 
   if ($coupon->type == 'percentage') {
-    $result->amount = $applicable_total * $coupon->value / 100;
+    $result->amount = round($applicable_total * $coupon->value / 100,2);
   }
   else if ($coupon->type == 'price') {
     $result->amount = min($applicable_total, $applicable_qty * $coupon->value);
