Payments API calls working, with some tests
[Business-OnlinePayment-Bambora.git] / t / 01-use.t
1 #!/usr/bin/env perl
2 use strict;
3 use warnings;
4 use Test::More tests => 1;
5
6 BEGIN{ use_ok( 'Business::OnlinePayment::Bambora' ) }
7
8 done_testing();