X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FCron%2Fpay_batch.pm;h=c9039b8d8c8b1685cda8eb0d8144ead08ed47280;hb=3c4047ce98ad178238c4910edf796c867eb07c44;hp=cdda6810f29053eadb3ff62759765ea7b4a51795;hpb=20bd8dedc6e03c63fdd6e8e0ef884d72c427e40e;p=freeside.git diff --git a/FS/FS/Cron/pay_batch.pm b/FS/FS/Cron/pay_batch.pm index cdda6810f..c9039b8d8 100644 --- a/FS/FS/Cron/pay_batch.pm +++ b/FS/FS/Cron/pay_batch.pm @@ -79,7 +79,7 @@ sub pay_batch_submit { # warn the error and continue. rolling back the transaction once # we've started sending batches is bad. warn "error submitting batch ".$pay_batch->batchnum." to gateway '". - $gateway->label."\n$@\n"; + $gateway->label."'\n$@\n"; } }