diff options
author | ivan <ivan> | 2009-11-05 21:22:38 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-11-05 21:22:38 +0000 |
commit | e7c3e69b7b843ed0cebce759c48e20cb37228737 (patch) | |
tree | eb0350c7e4a93714839173dafdee41a2049f2acb /FS | |
parent | 63e7a3bee96ed4c6dcedef93f11e6a3abd0ab042 (diff) |
back to old host name, info from customer/paymentech was bogus, RT#5650
Diffstat (limited to 'FS')
-rwxr-xr-x | FS/bin/freeside-paymentech-download | 2 | ||||
-rwxr-xr-x | FS/bin/freeside-paymentech-upload | 2 |
2 files changed, 2 insertions, 2 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, diff --git a/FS/bin/freeside-paymentech-upload b/FS/bin/freeside-paymentech-upload index b57b01030..42bd278c1 100755 --- a/FS/bin/freeside-paymentech-upload +++ b/FS/bin/freeside-paymentech-upload @@ -71,7 +71,7 @@ foreach my $pay_batch (@batches) { } 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, |