summaryrefslogtreecommitdiff
path: root/FS/bin/freeside-paymentech-download
diff options
context:
space:
mode:
authorivan <ivan>2009-11-05 21:22:37 +0000
committerivan <ivan>2009-11-05 21:22:37 +0000
commit18968caa4eba37b6b036cfafaa637cf80c6467dc (patch)
tree26a0c870c62d0ed10622d242726f4eaff383da82 /FS/bin/freeside-paymentech-download
parent60f1e25832384fdef3f404fd8f73d63d04af5d14 (diff)
back to old host name, info from customer/paymentech was bogus, RT#5650
Diffstat (limited to 'FS/bin/freeside-paymentech-download')
-rwxr-xr-xFS/bin/freeside-paymentech-download2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/bin/freeside-paymentech-download b/FS/bin/freeside-paymentech-download
index 955df49a7..293db8420 100755
--- a/FS/bin/freeside-paymentech-download
+++ b/FS/bin/freeside-paymentech-download
@@ -43,7 +43,7 @@ my $username = $batchconf[3] or die "no Paymentech batch username configured\n";
my $password = $batchconf[4] or die "no Paymentech batch password configured\n";
my $host = ($opt_t ? 'orbitalbatchvar.paymentech.net'
- : 'orbital1.paymentech.net');
+ : 'orbitalbatch.paymentech.net');
print STDERR "Connecting to $username\@$host...\n" if $opt_v;
my $sftp = Net::SFTP::Foreign->new( host => $host,