Net::Spreedly - Spreedly Payments API v1
version 0.001
The Spreedly module provides a convenient way of accessing the Spreedly API v1.
use Net::Spreedly;
my $props = { ... }
my $payment = Net::Spreedly->new($props);
Tom Heady [email protected]
This software is copyright (c) 2018 by Tom Heady.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.