From 870018b93d8b59d23d1c564bcaf612405e9cd5a7 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 21 Oct 2006 22:59:56 +0000 Subject: update tests with new test accounts --- t/check.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/check.t') diff --git a/t/check.t b/t/check.t index 140dace..9597a2a 100644 --- a/t/check.t +++ b/t/check.t @@ -3,7 +3,7 @@ use Test::More; require "t/lib/test_account.pl"; -my($login, $password) = test_account_or_skip(); +my($login, $password) = test_account_or_skip('ach'); plan tests => 2; use_ok 'Business::OnlinePayment'; -- cgit v1.2.1