[freeside-commits] branch master updated. 97864ff38b4810bb3624178f9bf63e5beac8c652
Jonathan Prykop
jonathan at 420.am
Tue Nov 3 17:58:21 PST 2015
The branch, master has been updated
via 97864ff38b4810bb3624178f9bf63e5beac8c652 (commit)
from da046e5f2ceae7df8ea20cc0185d2c63d71a3daa (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 97864ff38b4810bb3624178f9bf63e5beac8c652
Author: Jonathan Prykop <jonathan at freeside.biz>
Date: Tue Nov 3 19:57:54 2015 -0600
RT#38722: DFH: paymentech upload and download retry [fixed misspelled paymentech]
diff --git a/FS/bin/freeside-paymentech-download b/FS/bin/freeside-paymentech-download
index 1b2f951..9a1f609 100755
--- a/FS/bin/freeside-paymentech-download
+++ b/FS/bin/freeside-paymentech-download
@@ -20,7 +20,7 @@ getopts('vta:');
sub log_and_die {
my $message = shift;
- my $log = FS::Log->new('freeside-paymenttech-download');
+ my $log = FS::Log->new('freeside-paymentech-download');
$log->error($message);
die $message;
}
diff --git a/FS/bin/freeside-paymentech-upload b/FS/bin/freeside-paymentech-upload
index a6e6a5d..5ae147d 100755
--- a/FS/bin/freeside-paymentech-upload
+++ b/FS/bin/freeside-paymentech-upload
@@ -20,7 +20,7 @@ getopts('avtp:');
sub log_and_die {
my $message = shift;
- my $log = FS::Log->new('freeside-paymenttech-upload');
+ my $log = FS::Log->new('freeside-paymentech-upload');
$log->error($message);
die $message;
}
-----------------------------------------------------------------------
Summary of changes:
FS/bin/freeside-paymentech-download | 2 +-
FS/bin/freeside-paymentech-upload | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list