ePages 6.17.39 - DE_EPAGES/PayPalPlus/API/IpnListenerUrlBuilder.pm

Package DE_EPAGES::PayPalPlus::API::IpnListenerUrlBuilder

assembles the url for ipn callback

Functions

buildListenerUrl
getCallbackUrl
getError
new

buildListenerUrl

tries to assemble the callback url for pay pal ipn

Syntax
buildListenerUrl( $Shop );
Input
$Shop (DE_EPAGES::Shop::API::Object::Shop)
The shop object to assemble the callback for
Return
(bool)
1: the url creation was successful
0: the url creation failed

getCallbackUrl

gets the recently assembled callback url

Syntax
getCallbackUrl( );
Return
(string)
recently assembeled callback url

getError

Get the error

Syntax
getError( );
Return
(string)
Error

new

constructor

Syntax
new( );
Return
$self (DE_EPAGES::PayPalPlus::API::IpnListenerUrlBuilder)
self