ePages 7.28.0 - DE_EPAGES/PayPalPlus/API/Webservice/CreatePayment/Service.pm

Package DE_EPAGES::PayPalPlus::API::Webservice::CreatePayment::Service

class to handle the CreatePayment for PayPal plus

Functions

doRequest
new

doRequest

Create request to epagesj and handle the answer

Syntax
doRequest( $Basket, $ReturnUrlPayPalPlus, $CancelUrlPayPalPlus );
Input
$Basket (DE_EPAGES::Order::API::Object::Basket)
Basket object
$ReturnUrlPayPalPlus (string)
return url from the store to procced with the payment
$CancelUrlPayPalPlus (string)
cancel url from the store to procced with the payment
Return
(boolean)
boolean flag if the request was successful or not

new

constructor

Syntax
new( );
Return
$self (DE_EPAGES::PayPalPlus::API::Webservice::CreatePayment::Service)
self