diff options
Diffstat (limited to 't/crypt_load.t')
-rw-r--r-- | t/crypt_load.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/crypt_load.t b/t/crypt_load.t index 03bca03..d92b8f3 100644 --- a/t/crypt_load.t +++ b/t/crypt_load.t @@ -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"; |