From bbc68b7ef7513857f755f015de16f0f7054125a0 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 25 Mar 2006 10:13:52 +0000 Subject: testing account won't accept ACH transactions --- t/crypt_bad_check.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 't/crypt_bad_check.t') diff --git a/t/crypt_bad_check.t b/t/crypt_bad_check.t index cdbb8ac..39a0795 100644 --- a/t/crypt_bad_check.t +++ b/t/crypt_bad_check.t @@ -4,6 +4,8 @@ BEGIN { $Business::OnlinePayment::HTTPS::skip_NetSSLeay=1; } +print "ok 1 # Skipped: testing account won't accept ACH transactions\n"; exit; + eval "use Crypt::SSLeay;"; if ( $@ ) { print "ok 1 # Skipped: Crypt::SSLeay is not installed\n"; exit; -- cgit v1.2.1