Business::BancaSella::Decode::Gestpay - Uri decoding for return transaction info results from


Business-BancaSella documentation  | view source Contained in the Business-BancaSella distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  use CGI;
  use Business::BancaSella::Decode;

  my $cgi 	= new CGI();
  my $qs	= $cgi->query_string;
  my $bs	= new Business::BancaSella::Decode::Gestpay(
								'query_string' => $qs,
								'user_params'  => {
								                    'USER_PARAM1'  => undef,
								                    'USER_PARAM2'  => undef
								                  }
								);




DESCRIPTION

Top

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

METHODS

Top

new()

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

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

AUTHOR

Top

Bruni Emiliano, info@ebruni.it

SEE ALSO

Top

  Business::BancaSella::Gestpay


Business-BancaSella documentation  | view source Contained in the Business-BancaSella distribution.