Bruni Emiliano > Business-BancaSella-0.13 > Business::BancaSella::Encode

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::Encode - Parent class for Encode systems

SYNOPSIS ^

For GestPay payment system use something like:

  use Business::BancaSella::Encode;
  my $enc = new Business::BancaSella::Encode(type=>'gestpay',...);

See Business::BancaSella::Encode::Gestpay for other informations.

For Gateway payment system use something like:

  use Business::BancaSella::Encode;
  my $enc = new Business::BancaSella::Encode(type=>'gateway',...);

See Business::BancaSella::Encode::Gateway for other informations.

DESCRIPTION ^

Implements different Banca Sella system payment. Currently supported "GestPay" online system payment and "Gateway compatibility" online payment. Version minor 0.06 supports old "Gateway" online system payment dismetted in Dicember 2001 because it doesn't support EURO currency.

AUTHOR ^

Bruni Emiliano, info@ebruni.it

SEE ALSO ^

  Business::BancaSella::Encode::Gateway
  Business::BancaSella::Encode::Gestpay