AnyMerchant
view release on metacpan or search on metacpan
services. It is an alternative to Business::OnlinePayment. The interface
for AnyMerchant is based on ruby's Active Merchant
<https://github.com/Shopify/active_merchant>. See AnyMerchant::Gateway
for a description of the interface that gateways should implement.
METHODS
gateway
my $gateway = AnyMerchant->gateway('Balanced', password => 'abc123');
This is a static factory method that creates an AnyMerchant::Gateway::*
object, validates its interface, and returns it. In the above example,
an AnyMerchant::Gateway::Balanced object is returned.
AUTHOR
Naveed Massjouni <naveedm9@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Naveed Massjouni.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
lib/AnyMerchant.pm view on Meta::CPAN
See L<AnyMerchant::Gateway> for a description of the interface that gateways
should implement.
=head1 METHODS
=head2 gateway
my $gateway = AnyMerchant->gateway('Balanced', password => 'abc123');
This is a static factory method that creates an AnyMerchant::Gateway::* object,
validates its interface, and returns it.
In the above example, an AnyMerchant::Gateway::Balanced object is returned.
=head1 AUTHOR
Naveed Massjouni <naveedm9@gmail.com>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Naveed Massjouni.
( run in 0.235 second using v1.01-cache-2.11-cpan-4d50c553e7e )