From 511331906b11bc8f104f49b164a0a4b262099b0d Mon Sep 17 00:00:00 2001 From: jeff Date: Tue, 20 Nov 2007 03:03:08 +0000 Subject: add ARB (recurring authorizations/subscriptions) support --- t/00load.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 t/00load.t (limited to 't/00load.t') diff --git a/t/00load.t b/t/00load.t new file mode 100644 index 0000000..2e4c366 --- /dev/null +++ b/t/00load.t @@ -0,0 +1,5 @@ +#!/usr/bin/perl -w + +use Test::More tests => 1; + +use_ok 'Business::OnlinePayment::AuthorizeNet'; -- cgit v1.2.1