diff options
-rw-r--r-- | FS/FS/cust_pay_batch.pm | 4 |
1 files 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" |