[freeside-commits] freeside/FS FS.pm, 1.36, 1.37 MANIFEST, 1.116, 1.117

Ivan,,, ivan at wavetail.420.am
Wed Nov 28 18:54:52 PST 2007


Update of /home/cvs/cvsroot/freeside/FS
In directory wavetail:/tmp/cvs-serv21197/FS

Modified Files:
	FS.pm MANIFEST 
Log Message:
even more reliable multiple-payment/double-click/concurrent-payment-form protection

Index: FS.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS.pm,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- FS.pm	4 Oct 2007 01:47:09 -0000	1.36
+++ FS.pm	29 Nov 2007 02:54:50 -0000	1.37
@@ -244,6 +244,8 @@
 
 L<FS::cust_pay> - Payment class
 
+L<FS::cust_pay_pending> - Pending payment class
+
 L<FS::cust_pay_void> - Voided payment class
 
 L<FS::cust_bill_pay> - Payment application class

Index: MANIFEST
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/MANIFEST,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- MANIFEST	13 Sep 2007 22:35:19 -0000	1.116
+++ MANIFEST	29 Nov 2007 02:54:50 -0000	1.117
@@ -390,3 +390,5 @@
 t/conf.t
 FS/acct_rt_transaction.pm
 t/acct_rt_transaction.t
+FS/cust_pay_pending.pm
+t/cust_pay_pending.t



More information about the freeside-commits mailing list