From 984a7dfc285b3aac410dc20a7943b8d09083e94a Mon Sep 17 00:00:00 2001 From: jeff Date: Sun, 27 Aug 2006 20:10:02 +0000 Subject: [PATCH] no comment --- FS/FS/cust_pay_batch.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FS/FS/cust_pay_batch.pm b/FS/FS/cust_pay_batch.pm index d77b27479..515bb9a5d 100644 --- a/FS/FS/cust_pay_batch.pm +++ b/FS/FS/cust_pay_batch.pm @@ -146,8 +146,8 @@ sub check { or return "Illegal payby"; $self->payby($1); - #$error = FS::payby::payinfo_check($self->payby, \$self->payinfo); - #return $error if $error; + $error = FS::payby::payinfo_check($self->payby, \$self->payinfo); + return $error if $error; if ( $self->exp eq '' ) { return "Expiration date required" -- 2.11.0