reversing accidentall commit of ::SecureHostingUPG test suite
[Business-OnlinePayment-OpenECHO.git] / t / crypt_load.t
index 03bca03..d92b8f3 100644 (file)
@@ -8,6 +8,6 @@ BEGIN {
   $Business::OnlinePayment::HTTPS::skip_NetSSLeay=1;
 }
 END {print "not ok 1\n" unless $loaded;}
-use Business::OnlinePayment::SecureHostingUPG;
+use Business::OnlinePayment::OpenECHO;
 $loaded = 1;
 print "ok 1\n";