From 40669843fb6bf03fd80cb0311cdfa90aec55bb1a Mon Sep 17 00:00:00 2001 From: Mitch Jackson Date: Thu, 11 Apr 2019 17:43:39 -0400 Subject: Payments API calls working, with some tests --- t/01-use.t | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 t/01-use.t (limited to 't/01-use.t') diff --git a/t/01-use.t b/t/01-use.t new file mode 100755 index 0000000..19fffb1 --- /dev/null +++ b/t/01-use.t @@ -0,0 +1,8 @@ +#!/usr/bin/env perl +use strict; +use warnings; +use Test::More tests => 1; + +BEGIN{ use_ok( 'Business::OnlinePayment::Bambora' ) } + +done_testing(); -- cgit v1.2.1