summaryrefslogtreecommitdiff
path: root/FS/bin/freeside-paymentech-download
diff options
context:
space:
mode:
authorivan <ivan>2009-11-05 01:47:02 +0000
committerivan <ivan>2009-11-05 01:47:02 +0000
commit60f1e25832384fdef3f404fd8f73d63d04af5d14 (patch)
tree05bd025c4c4883827dae7b3319cd7056510bba13 /FS/bin/freeside-paymentech-download
parent3d7d6c66555ac55773490a4b50a0aa6a10ed95a9 (diff)
update paymentech live server, RT#5650
Diffstat (limited to 'FS/bin/freeside-paymentech-download')
-rwxr-xr-xFS/bin/freeside-paymentech-download3
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/bin/freeside-paymentech-download b/FS/bin/freeside-paymentech-download
index 12b5c7996..955df49a7 100755
--- a/FS/bin/freeside-paymentech-download
+++ b/FS/bin/freeside-paymentech-download
@@ -42,7 +42,8 @@ my @batchconf = $conf->config('batchconfig-paymentech');
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' : 'orbitalbatch.paymentech.net');
+my $host = ($opt_t ? 'orbitalbatchvar.paymentech.net'
+ : 'orbital1.paymentech.net');
print STDERR "Connecting to $username\@$host...\n" if $opt_v;
my $sftp = Net::SFTP::Foreign->new( host => $host,