diff options
author | jeff <jeff> | 2007-04-06 23:58:52 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-04-06 23:58:52 +0000 |
commit | a233a099b6e4464fced8e42629d118ab7154c9ef (patch) | |
tree | b026d561c37ea56e3d3f90910497dd2ca0ff6527 /httemplate/misc/process | |
parent | 59a1b6ce3bf606b2a3cc7638905431b5a73c3e2d (diff) |
integrate new echeck fields into freeside backend payment processing (backport)
Diffstat (limited to 'httemplate/misc/process')
-rw-r--r-- | httemplate/misc/process/payment.cgi | 2 |
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)', |