summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2002-11-22 12:19:15 +0000
committerivan <ivan>2002-11-22 12:19:15 +0000
commitedb6a2341e74b303ea6278a294be9162ddc46c01 (patch)
tree864952d2af62019f69e210924598d54916c247ce /FS
parent37dc3ebec42104e6ba77dae9a4d8dbdf31364678 (diff)
fix nasty typo which would affect credit card payments
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cust_bill.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index 75e2b1718..3481a9a86 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -793,7 +793,7 @@ sub realtime_bop {
if ( $transaction->is_success() ) {
my %method2payby = (
- ' CC' => 'CARD',
+ 'CC' => 'CARD',
'ECHECK' => 'CHEK',
'LEC' => 'LECB',
);
@@ -1121,7 +1121,7 @@ sub print_text {
=head1 VERSION
-$Id: cust_bill.pm,v 1.54 2002-11-19 22:48:02 ivan Exp $
+$Id: cust_bill.pm,v 1.55 2002-11-22 12:19:15 ivan Exp $
=head1 BUGS