Bruni Emiliano > Business-BancaSella-0.13 > Business::BancaSella::Decode::Gateway

Download:
Business-BancaSella-0.13.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.11   Source  

NAME ^

Business::BancaSella::Decode::Gateway - Uri decoding for return transaction info results from Gateway compatibility online system payment.

SYNOPSIS ^

  use CGI;
  use Business::BancaSella::Decode;
 
  my $cgi       = new CGI();
  my $qs        = $cgi->query_string;
  my $bs        = new Business::BancaSella::Decode::Gateway(
                                                                'query_string' => $qs);

DESCRIPTION ^

Decode the Banca Sella response url filling information about the payment transaction in Business::BancaSella::Gateway property.

METHODS ^

new()

Create a new istance of Business::BancaSella::Decode::Gateway object.

You must inizialize the "query_string" parameter with the query string contained in the uri used by Banca Sella response calling.

AUTHOR ^

Bruni Emiliano, info@ebruni.it

SEE ALSO ^

  Business::BancaSella::Gateway