#!/usr/bin/env perl;
use strict;
use warnings;
our $VERSION = '0.000028';
use lib 'lib';
use WebService::PayPal::PaymentsAdvanced::Mocker;
WebService::PayPal::PaymentsAdvanced::Mocker->new->payflow_pro;
# PODNAME: mock-payflow-pro
# ABSTRACT: Mock the Payflow Pro web service
__END__
=pod
=encoding UTF-8
=head1 NAME
mock-payflow-pro - Mock the Payflow Pro web service
=head1 VERSION
version 0.000028
=head1 SYNOPSIS
morbo bin/mock-payflow-pro
=head1 SUPPORT
Bugs may be submitted through L<https://github.com/maxmind/webservice-paypal-paymentsadvanced/issues>.
=head1 AUTHOR
Olaf Alders <olaf@wundercounter.com>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2022 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.
=cut