testing account won't accept ACH transactions
[Business-OnlinePayment-OpenECHO.git] / t / bad_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;