The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::PayPal::PaymentsAdvanced::Response::FromRedirect - Response object for generated via HashRef of GET params

VERSION

version 0.000028

DESCRIPTION

This module provides an interface for extracting returned params from an HTTP::Response object. You won't need to this module directly if you are using "create_secure_token" in PayPal::PaymentsAdvanced.

Throws a WebService::PayPal::PaymentsAdvanced::Error::HTTP exception if the HTTP request was not successful.

OBJECT INSTANTIATION

The following parameters can be supplied to new() when creating a new object.

Required Parameters

params

Returns a HashRef of parameters which have been returned from PayPal via a redirect or a silent POST.

Methods

params

Returns the same HashRef of parameters which was initially provided to the new method.

message

Returns the value of the RESPMSG param.

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) 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.