Index: openacs-4/packages/ecommerce/tcl/ecommerce-credit-procs-postgresql.xql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/tcl/ecommerce-credit-procs-postgresql.xql,v
diff -u -r1.8 -r1.8.6.1
--- openacs-4/packages/ecommerce/tcl/ecommerce-credit-procs-postgresql.xql	8 Mar 2004 19:46:11 -0000	1.8
+++ openacs-4/packages/ecommerce/tcl/ecommerce-credit-procs-postgresql.xql	12 Aug 2005 16:08:24 -0000	1.8.6.1
@@ -57,4 +57,12 @@
     </querytext>
   </fullquery>
 
+  <fullquery name="ec_creditcard_return.transaction_success_update">      
+    <querytext>
+      update ec_financial_transactions 
+      set transaction_id = :pgw_transaction_id, refunded_date = current_timestamp
+      where transaction_id = :transaction_id
+    </querytext>
+  </fullquery>
+
 </queryset>