diff options
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/cust_bill.pm | 4 | 
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 | 
