summaryrefslogtreecommitdiff
path: root/FS/FS/cust_pay_batch.pm
diff options
context:
space:
mode:
authorjeff <jeff>2006-08-27 20:10:02 +0000
committerjeff <jeff>2006-08-27 20:10:02 +0000
commit984a7dfc285b3aac410dc20a7943b8d09083e94a (patch)
treecc799c25b7ad748407ba210a92ad9a379a1728c6 /FS/FS/cust_pay_batch.pm
parenteaee5f9c4cf7142bf2d12dffed008ef59063c8d0 (diff)
no comment
Diffstat (limited to 'FS/FS/cust_pay_batch.pm')
-rw-r--r--FS/FS/cust_pay_batch.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/cust_pay_batch.pm b/FS/FS/cust_pay_batch.pm
index d77b274..515bb9a 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"