diff options
author | Mark Wells <mark@freeside.biz> | 2016-12-18 17:04:26 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-12-18 17:04:26 -0800 |
commit | f7c0ea27d0456385eb5580f325cd00355e3f275e (patch) | |
tree | e0defb646fb923c863d4c8f36de81a761656264d /FS | |
parent | 05c1252f0d61a242cf53a29063a7c9d13b644eed (diff) |
spelling fix
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Cron/pay_batch.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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"; } } |