diff options
author | ivan <ivan> | 2005-01-11 06:48:28 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-01-11 06:48:28 +0000 |
commit | e93e4c62ca78567871a493aebb1094e0590dbf71 (patch) | |
tree | 940e1b93373259b758af2ca44a2d8737394d20fa /t/crypt_load.t | |
parent | f45d0b74930c71078574e4e4f33ae2c17440d3ad (diff) |
0.01
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 d92b8f3..03bca03 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::OpenECHO; +use Business::OnlinePayment::SecureHostingUPG; $loaded = 1; print "ok 1\n"; |