Index: openacs-4/packages/payflowpro/tcl/payflowpro-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/payflowpro/tcl/Attic/payflowpro-procs-postgresql.xql,v diff -u -N --- openacs-4/packages/payflowpro/tcl/payflowpro-procs-postgresql.xql 16 Sep 2002 21:25:45 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,18 +0,0 @@ - - - - - postgresql - 7.1 - - - - - insert into payflowpro_result_log - (transaction_id, txn_attempted_type, txn_attempted_time, txn_returned_type, errmsg, auth_code, avs_code_zip, avs_code_addr, amount) - values - (:transaction_id, :txn_attempted_type, current_timestamp, :txn_returned_type, :errmsg, :auth_code, :avs_code_zip, :avs_code_addr, :amount) - - - -