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/TestFixtures.pm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 t/TestFixtures.pm (limited to 't/TestFixtures.pm') diff --git a/t/TestFixtures.pm b/t/TestFixtures.pm new file mode 100755 index 0000000..acf2138 --- /dev/null +++ b/t/TestFixtures.pm @@ -0,0 +1,14 @@ +#!/usr/bin/env perl +package TestFixtures; +use strict; +use warnings; + +use Exporter; +use vars qw/ @ISA @EXPORT /; +@ISA = 'Exporter'; +@EXPORT = qw/ + +/; + + +1; \ No newline at end of file -- cgit v1.2.1