Index: openacs-4/packages/ecommerce/www/payment.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/payment.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/ecommerce/www/payment.tcl 21 Sep 2002 02:50:32 -0000 1.7 +++ openacs-4/packages/ecommerce/www/payment.tcl 3 Oct 2002 18:12:09 -0000 1.8 @@ -51,7 +51,7 @@ # No rows came back, so they probably got here by pushing "Back", # so just redirect them to index.tcl - ad_returnredirect index + rp_internal_redirect index ad_script_abort } @@ -70,7 +70,7 @@ # otherwise they've probably gotten here via url surgery, so # redirect them to checkout.tcl - ad_returnredirect checkout + rp_internal_redirect checkout ad_script_abort } @@ -99,7 +99,7 @@ select count(*) from ec_items where order_id=:order_id"] == 0 } { - ad_returnredirect shopping-cart + rp_internal_redirect shopping-cart ad_script_abort }