Payments API calls working, with some tests
[Business-OnlinePayment-Bambora.git] / t / TestFixtures.pm
1 #!/usr/bin/env perl
2 package TestFixtures;
3 use strict;
4 use warnings;
5
6 use Exporter;
7 use vars qw/ @ISA @EXPORT /;
8 @ISA = 'Exporter';
9 @EXPORT = qw/
10     
11 /;
12
13
14 1;