summaryrefslogtreecommitdiff
path: root/FS/FS/Cron
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-08-07 18:39:05 -0700
committerMark Wells <mark@freeside.biz>2012-08-07 18:39:05 -0700
commit21254f0e0062b92c19530c49c6eacc9ce3e93827 (patch)
tree34115abe005a554f676e552f07575751865ef99e /FS/FS/Cron
parent21891ab9181cb54c36d78d6aacccadc1aaf910d7 (diff)
Business::BatchPayment fixes for TD EFT format, #17878
Diffstat (limited to 'FS/FS/Cron')
-rw-r--r--FS/FS/Cron/pay_batch.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Cron/pay_batch.pm b/FS/FS/Cron/pay_batch.pm
index c7cedafb9..0ab37dd13 100644
--- a/FS/FS/Cron/pay_batch.pm
+++ b/FS/FS/Cron/pay_batch.pm
@@ -103,7 +103,7 @@ sub batch_receive {
if ( $gateway->batch_processor->can('default_transport') ) {
warn "Importing results from '".$gateway->label."'\n" if $DEBUG;
$error = eval {
- FS::pay_batch->import_from_gateway( $gateway, debug => $DEBUG )
+ FS::pay_batch->import_from_gateway( gateway =>$gateway, debug => $DEBUG )
} || $@;
if ( $error ) {
# this we can roll back