Index: openacs-4/packages/ecommerce/www/admin/orders/fulfill-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/orders/fulfill-3.tcl,v diff -u -N -r1.9.2.1 -r1.9.2.2 --- openacs-4/packages/ecommerce/www/admin/orders/fulfill-3.tcl 5 Dec 2004 21:13:13 -0000 1.9.2.1 +++ openacs-4/packages/ecommerce/www/admin/orders/fulfill-3.tcl 25 Jan 2005 09:03:17 -0000 1.9.2.2 @@ -281,7 +281,7 @@ # returns failed_authorization, authorized, # no_recommendation, or invalid_input. - array set response [ec_creditcard_authorization $order_id $transaction_id] + array set response [ec_creditcard_authorization $order_id] set result $response(response_code) set pgw_transaction_id $response(transaction_id) if {[string equal $result "failed_authorization"] || [string equal $result "invalid_input"]} {