The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

VERSION

version 0.000019

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.

AUTHOR

Olaf Alders <olaf@wundercounter.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 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.