[freeside-commits] freeside/fs_selfservice/FS-SelfService SelfService.pm, 1.26.2.9, 1.26.2.10

Ivan,,, ivan at wavetail.420.am
Fri Feb 6 18:24:38 PST 2009


Update of /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService
In directory wavetail.420.am:/tmp/cvs-serv12474

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	SelfService.pm 
Log Message:
paybatch doesn't actually do anything yet, RT#4727

Index: SelfService.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/fs_selfservice/FS-SelfService/SelfService.pm,v
retrieving revision 1.26.2.9
retrieving revision 1.26.2.10
diff -u -d -r1.26.2.9 -r1.26.2.10
--- SelfService.pm	7 Feb 2009 02:02:48 -0000	1.26.2.9
+++ SelfService.pm	7 Feb 2009 02:24:36 -0000	1.26.2.10
@@ -453,10 +453,14 @@
 Hash reference of card types; keys are card types, values are the exact strings
 passed to the process_payment function
 
-=item paybatch
+=cut
 
-Unique transaction identifier (prevents multiple charges), passed to the
-process_payment function
+#this doesn't actually work yet
+#
+#=item paybatch
+#
+#Unique transaction identifier (prevents multiple charges), passed to the
+#process_payment function
 
 =back
 
@@ -522,10 +526,14 @@
 
 Card expiration year
 
-=item paybatch
+=cut
 
-Unique transaction identifier, returned from the payment_info function.
-Prevents multiple charges.
+#this doesn't actually work yet
+#
+#=item paybatch
+#
+#Unique transaction identifier, returned from the payment_info function.
+#Prevents multiple charges.
 
 =back
 



More information about the freeside-commits mailing list