[freeside-commits] freeside/httemplate/misc/process payment.cgi, 1.9, 1.9.2.1

Jeff Finucane,420,, jeff at wavetail.420.am
Fri Apr 6 16:58:54 PDT 2007


Update of /home/cvs/cvsroot/freeside/httemplate/misc/process
In directory wavetail:/tmp/cvs-serv29786/httemplate/misc/process

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	payment.cgi 
Log Message:
integrate new echeck fields into freeside backend payment processing (backport)

Index: payment.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/process/payment.cgi,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -u -d -r1.9 -r1.9.2.1
--- payment.cgi	31 Jan 2007 04:30:49 -0000	1.9
+++ payment.cgi	6 Apr 2007 23:58:52 -0000	1.9.2.1
@@ -26,7 +26,7 @@
 %my $payby = $1;
 %my %payby2fields = (
 %  'CARD' => [ qw( address1 address2 city state zip ) ],
-%  'CHEK' => [ qw( ss ) ],
+%  'CHEK' => [ qw( ss paytype paystate stateid stateid_state ) ],
 %);
 %my %type = ( 'CARD' => 'credit card',
 %             'CHEK' => 'electronic check (ACH)',



More information about the freeside-commits mailing list