--- payment/uc_2checkout/uc_2checkout.module	2009-04-18 01:03:01 +0000
+++ payment/uc_2checkout/uc_2checkout.module	2009-05-09 11:50:02 +0000
@@ -40,7 +40,7 @@
 function uc_2checkout_ucga_display() {
   // Tell UC Google Analytics to display the e-commerce JS on the custom
   // order completion page for this module.
-  if (arg(0) == 'cart' && arg(1) == '2checkout' && arg(2) == 'complete') {
+  if (arg(0) == 'cart' && arg(1) == '2checkout' && arg(2) == 'finalize') {
     return TRUE;
   }
 }
