summaryrefslogtreecommitdiff
path: root/httemplate/misc/process
diff options
context:
space:
mode:
authorjeff <jeff>2007-04-06 23:57:35 +0000
committerjeff <jeff>2007-04-06 23:57:35 +0000
commit45583b397d64be8c31cba0334ad89e41f4ac1d0e (patch)
tree5c794c9e902086428e2dedc312dfecb38bd6ddcf /httemplate/misc/process
parentc42fe413bd1b9a38e4818dcd7117a8abeee674e8 (diff)
integrate new echeck fields into freeside backend payment processing
Diffstat (limited to 'httemplate/misc/process')
-rw-r--r--httemplate/misc/process/payment.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/process/payment.cgi b/httemplate/misc/process/payment.cgi
index a5f4d4208..8878f5255 100644
--- a/httemplate/misc/process/payment.cgi
+++ b/httemplate/misc/process/payment.cgi
@@ -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)',