X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_main.pm;h=e50ea71980899f63f12ab1299d2cc1ea290cf232;hp=b863748a0abefc36f15d24c28ee455c00090cedc;hb=d746dfce2e320169ec8217cb09b9dbb0d403675d;hpb=b84f789033eba9a0fc74bca5a071cfefd87f3c69 diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index b863748a0..e50ea7198 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -565,9 +565,9 @@ sub bill { } } - warn "setup is undefinded" unless defined($setup); - warn "recur is undefinded" unless defined($recur); - warn "cust_pkg bill is undefinded" unless defined($cust_pkg->bill); + warn "setup is undefined" unless defined($setup); + warn "recur is undefined" unless defined($recur); + warn "cust_pkg bill is undefined" unless defined($cust_pkg->bill); if ( $cust_pkg_mod_flag ) { $error=$cust_pkg->replace($old_cust_pkg); @@ -806,7 +806,7 @@ sub collect { } elsif ( $processor eq 'cybercash3.2' ) { %result = &CCMckDirectLib3_2::SendCC2_1Server(@full_xaction); } else { - return "Unkonwn real-time processor $processor\n"; + return "Unknown real-time processor $processor\n"; } #if ( $result{'MActionCode'} == 7 ) { #cybercash smps v.1.1.3 @@ -832,7 +832,7 @@ sub collect { } } else { - return "Unkonwn real-time processor $processor\n"; + return "Unknown real-time processor $processor\n"; } } else { #batch card @@ -999,7 +999,7 @@ sub check_invoicing_list { =head1 VERSION -$Id: cust_main.pm,v 1.7 2000-06-27 12:15:37 ivan Exp $ +$Id: cust_main.pm,v 1.9 2001-01-31 07:21:00 ivan Exp $ =head1 BUGS