NAME
WebService::PayPal::PaymentsAdvanced::Mocker::PayflowPro - A simple app to enable easy PPA mocking
VERSION
version 0.000025
DESCRIPTION
A simple app to enable easy PPA mocking.
to_app
use WebService::PayPal::PaymentsAdvanced::Mocker::PayflowPro;
my $app = WebService::PayPal::PaymentsAdvanced::Mocker::PayflowPro->to_app;
If you require a Plack app to be returned, you'll need to give Mojo the correct hint:
use WebService::PayPal::PaymentsAdvanced::Mocker::PayflowPro;
local $ENV{PLACK_ENV} = 'development'; #
my $app = WebService::PayPal::PaymentsAdvanced::Mocker::PayflowPro->to_app;
SUPPORT
Bugs may be submitted through https://github.com/maxmind/webservice-paypal-paymentsadvanced/issues.
AUTHOR
Olaf Alders <olaf@wundercounter.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2018 by MaxMind, Inc.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.