spelling fix
authorMark Wells <mark@freeside.biz>
Mon, 19 Dec 2016 01:04:26 +0000 (17:04 -0800)
committerMark Wells <mark@freeside.biz>
Mon, 19 Dec 2016 01:04:26 +0000 (17:04 -0800)
FS/FS/Cron/pay_batch.pm

index cdda681..c9039b8 100644 (file)
@@ -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";
         }
       }