summaryrefslogtreecommitdiff
path: root/FS/bin/freeside-paymentech-upload
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-11-03 19:57:54 -0600
committerJonathan Prykop <jonathan@freeside.biz>2015-11-03 19:57:54 -0600
commit97864ff38b4810bb3624178f9bf63e5beac8c652 (patch)
treecf2abd86748ae8613a6a4f4d27595bca40603557 /FS/bin/freeside-paymentech-upload
parentda046e5f2ceae7df8ea20cc0185d2c63d71a3daa (diff)
RT#38722: DFH: paymentech upload and download retry [fixed misspelled paymentech]
Diffstat (limited to 'FS/bin/freeside-paymentech-upload')
-rwxr-xr-xFS/bin/freeside-paymentech-upload2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/bin/freeside-paymentech-upload b/FS/bin/freeside-paymentech-upload
index a6e6a5d28..5ae147d07 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;
}