summaryrefslogtreecommitdiff
path: root/t/load.t
diff options
context:
space:
mode:
Diffstat (limited to 't/load.t')
-rw-r--r--t/load.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/load.t b/t/load.t
index 1d6d6bc..cca662e 100644
--- a/t/load.t
+++ b/t/load.t
@@ -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";