diff options
author | ivan <ivan> | 2006-03-25 10:13:52 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-03-25 10:13:52 +0000 |
commit | bbc68b7ef7513857f755f015de16f0f7054125a0 (patch) | |
tree | 80c3614c791bf0cf0e3c63918ff787ad0857a014 /t/crypt_bad_check.t | |
parent | 451b5eb8485266ecea6b779e134199d02895b8cb (diff) |
testing account won't accept ACH transactions
Diffstat (limited to 't/crypt_bad_check.t')
-rw-r--r-- | t/crypt_bad_check.t | 2 |
1 files changed, 2 insertions, 0 deletions
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; |