testing account won't accept ACH transactions
authorivan <ivan>
Sat, 25 Mar 2006 10:13:52 +0000 (10:13 +0000)
committerivan <ivan>
Sat, 25 Mar 2006 10:13:52 +0000 (10:13 +0000)
t/bad_check.t
t/check.t
t/crypt_bad_check.t
t/crypt_check.t

index 37e1243..6dbb3d1 100644 (file)
@@ -1,5 +1,7 @@
 BEGIN { $| = 1; print "1..1\n"; }
 
+print "ok 1 # Skipped: testing account won't accept ACH transactions\n"; exit;
+
 eval "use Net::SSLeay;";
 if ( $@ ) {
   print "ok 1 # Skipped: Net::SSLeay is not installed\n"; exit;
index 9b7ea0a..3db3a2c 100644 (file)
--- a/t/check.t
+++ b/t/check.t
@@ -1,5 +1,7 @@
 BEGIN { $| = 1; print "1..1\n"; }
 
+print "ok 1 # Skipped: testing account won't accept ACH transactions\n"; exit;
+
 eval "use Net::SSLeay;";
 if ( $@ ) {
   print "ok 1 # Skipped: Net::SSLeay is not installed\n"; exit;
index cdbb8ac..39a0795 100644 (file)
@@ -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;
index 808dc07..e5cecc2 100644 (file)
@@ -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;