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/load.t | |
parent | 2ad2f28ebc1bda8cebe759058c2d8ba7ad5d288b (diff) |
reversing accidentall commit of ::SecureHostingUPG test suite
Diffstat (limited to 't/load.t')
-rw-r--r-- | t/load.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,6 +7,6 @@ BEGIN { } END {print "not ok 1\n" unless $loaded;} -use Business::OnlinePayment::SecureHostingUPG; +use Business::OnlinePayment::OpenECHO; $loaded = 1; print "ok 1\n"; |