From a233a099b6e4464fced8e42629d118ab7154c9ef Mon Sep 17 00:00:00 2001 From: jeff Date: Fri, 6 Apr 2007 23:58:52 +0000 Subject: integrate new echeck fields into freeside backend payment processing (backport) --- httemplate/misc/process/payment.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/misc/process') 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)', -- cgit v1.2.1