summaryrefslogtreecommitdiff
path: root/t/lib
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-10-28 23:27:17 -0700
committerIvan Kohler <ivan@freeside.biz>2012-10-28 23:27:17 -0700
commit1f19e67636476c7119cfb41920c5b176e617c697 (patch)
tree4eecee9419a803aa05d6a112c7f6feacf7ac590d /t/lib
parent9a8353f9bce55c9587285ec6d1d0a7a882dc0287 (diff)
gateway URL change
Diffstat (limited to 't/lib')
-rw-r--r--t/lib/test_account.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/test_account.pl b/t/lib/test_account.pl
index 06a2428..1133ea0 100644
--- a/t/lib/test_account.pl
+++ b/t/lib/test_account.pl
@@ -12,7 +12,7 @@ sub test_account_or_skip {
sub test_account {
my $suffix = shift || 'card';
- my($login, $password) = ('TESTMERCHANT', '');
+ my($login, $password) = ('TESTTERMINAL', '');
my %opt;
if ( $suffix eq 'check ' ) {