summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2002-11-22 12:19:05 +0000
committerivan <ivan>2002-11-22 12:19:05 +0000
commit980b433457bfc9831d3897832d10b51eef684724 (patch)
tree6be90a79657b63ca02aaa90d71567c765e36efc0
parente9e0c1b1666c5e626653c1f1e36cfe739a9b76e8 (diff)
fix nasty typo which would affect credit card payments
-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 f3fe10fec..18b8aa7a0 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -812,7 +812,7 @@ sub realtime_bop {
if ( $transaction->is_success() ) {
my %method2payby = (
- ' CC' => 'CARD',
+ 'CC' => 'CARD',
'ECHECK' => 'CHEK',
'LEC' => 'LECB',
);
@@ -1213,7 +1213,7 @@ sub print_text {
=head1 VERSION
-$Id: cust_bill.pm,v 1.41.2.11 2002-11-19 22:48:04 ivan Exp $
+$Id: cust_bill.pm,v 1.41.2.12 2002-11-22 12:19:05 ivan Exp $
=head1 BUGS