diff options
author | ivan <ivan> | 2005-01-11 06:52:06 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-01-11 06:52:06 +0000 |
commit | 71f81652cd1bd62d0962647ffb19bf49d681f726 (patch) | |
tree | d8acd103e90d81aecbd430d6d7e158549d2ee796 /t/crypt_load.t | |
parent | 2ad2f28ebc1bda8cebe759058c2d8ba7ad5d288b (diff) |
reversing accidentall commit of ::SecureHostingUPG test suite
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"; |