| Business-BancaSella documentation | view source | Contained in the Business-BancaSella distribution. |
Business::BancaSella::Encode - Parent class for Encode systems
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.
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.
Bruni Emiliano, info@ebruni.it
Business::BancaSella::Encode::Gateway Business::BancaSella::Encode::Gestpay
| Business-BancaSella documentation | view source | Contained in the Business-BancaSella distribution. |