ePages 7.28.0 - DE_EPAGES/Ipayment/API/Session.pm

Package DE_EPAGES::Ipayment::API::Session

handle the ipayment soap request to create a Session and store this id in the Database

Example
my $Session = DE_EPAGES::Ipayment::API::Session->new();
my Status = $Session->createSessionAtIpaymentAndStoreIdInDatabase($BasketOrOrder);

Functions

createSessionAtIpaymentAndStoreIdInDatabase
new

createSessionAtIpaymentAndStoreIdInDatabase

create session at ipayment backand and store SessionId in Database

Syntax
createSessionAtIpaymentAndStoreIdInDatabase( $BasketOrOrder );
Input
$BasketOrOrder (object)
basket or order
Return
$Status (boolean)
staus

new

constuctor

Syntax
new( $Input1 );
Return
$self (DE_EPAGES::Ipayment::API::Session)
self