Index: ec_recurring.module
===================================================================
--- ec_recurring.module (revision 277)
+++ ec_recurring.module (working copy)
@@ -2033,7 +2033,7 @@
     
     $values['recurring-expiry-date']    = format_date($entry['start_time'], 'medium', '', $timezone);
     $values['recurring-time-to-expire'] = format_interval($entry['start_time'] - time());
-    $values['recurring-renewal-url'] = url("store/renew/{$product->nid}/{$txn->txnid}/{$txn->token}", NULL, NULL, TRUE);
+    $values['recurring-renewal-url'] = url("store/renew/{$entry['nid']}/{$txn->txnid}/{$txn->token}", NULL, NULL, TRUE);
   }
   
   return $values;