Index: openacs-4/packages/ecommerce/sql/oracle/ecommerce-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/sql/oracle/ecommerce-create.sql,v diff -u -r1.6 -r1.7 --- openacs-4/packages/ecommerce/sql/oracle/ecommerce-create.sql 26 May 2002 04:36:49 -0000 1.6 +++ openacs-4/packages/ecommerce/sql/oracle/ecommerce-create.sql 21 Sep 2002 02:50:34 -0000 1.7 @@ -556,6 +556,7 @@ creditcard_last_four char(4), -- ##/## creditcard_expire char(5), + billing_address number references ec_addresses(address_id), -- if it ever failed (conclusively), set this to 't' so we -- won't give them the option of using it again failed_p char(1) default 'f' check (failed_p in ('t','f')) Index: openacs-4/packages/ecommerce/www/payment.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/payment.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/ecommerce/www/payment.tcl 18 Sep 2002 21:33:46 -0000 1.6 +++ openacs-4/packages/ecommerce/www/payment.tcl 21 Sep 2002 02:50:32 -0000 1.7 @@ -131,7 +131,7 @@ # Now get the other necessary information -set form_action [ec_securelink [ec_url]process-payment +set form_action [ec_securelink [ec_url]process-payment] # ec_order_cost returns price + shipping + tax - gift_certificate BUT # no gift certificates have been applied to in_basket orders, so this