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
create session at ipayment backand and store SessionId in Database
Syntax |
createSessionAtIpaymentAndStoreIdInDatabase( $BasketOrOrder ); |
Input |
|
Return |
|
new
constuctor
Syntax |
new( $Input1 ); |
Return |
|