Package DE_EPAGES::PayPalExpress::API::Request::URLBuilder
build the Shop URLs for PayPal
Example |
my $URLBuilder = DE_EPAGES::PayPalExpress::API::Request::URLBuilder->new($Servlet); my $URL = $URLBuilder->getReturnURL( $BasketOrOrder ); |
Functions
- getCallbackURL
- getCancelURLBasket
- getCancelURLCustomerOrder
- getGiroPayCancelURLBasket
- getGiroPaySuccessURLBasket
- getGiroPaySuccessURLCustomerOrder
- getReturnURL
- new
getCallbackURL
give the GiroPayCancel URL for paypal for basket
Syntax |
getCallbackURL( $BasketOrOrder, $GUID ); |
Input |
|
Return |
|
getCancelURLBasket
give the cancel URL for paypal for basket
Syntax |
getCancelURLBasket( $Basket ); |
Input |
|
Return |
|
getCancelURLCustomerOrder
give the cancel URL for paypal for Customer order
Syntax |
getCancelURLCustomerOrder( $CustomerOrder ); |
Input |
|
Return |
|
getGiroPayCancelURLBasket
give the GiroPayCancel URL for paypal for basket
Syntax |
getGiroPayCancelURLBasket( $Shop, $GUID ); |
Input |
|
Return |
|
getGiroPaySuccessURLBasket
give the GiroPaySuccess URL for paypal for basket
Syntax |
getGiroPaySuccessURLBasket( $Basket, $GUID ); |
Input |
|
Return |
|
getGiroPaySuccessURLCustomerOrder
give the GiroPaySuccessURL for paypal for Customer order
Syntax |
getGiroPaySuccessURLCustomerOrder( $CustomerOrder ); |
Input |
|
Return |
|
getReturnURL
give the Return URL for paypal
Syntax |
getReturnURL( $BasketOrOrder ); |
Input |
|
Return |
|
new
constuctor
Syntax |
new( $Servlet ); |
Input |
|
Return |
|