Package DE_EPAGES::Ipayment::API::CGI::SecurityLayer
description
Example |
example |
Functions
- belongsThisOrdertoShop
- extractDataFromParams
- getBasketOrOrder
- getErrorMessage
- getLineItemPayment
- getPaymentType
- getRemoteIp
- getReturnPaymentStatus
- getReturnStatus
- getShopperID
- getTransactionAmount
- getTransactionNumber
- getTransactionType
- new
belongsThisOrdertoShop
It checks if the incoming shop id belongs to the shop
Syntax |
belongsThisOrdertoShop( $ShopID ); |
Input |
|
Return |
|
extractDataFromParams
Extracts data from the returned params of HiddenTrigger callback and returns 1 or 0 whether the data fits with the shop data or not
Syntax |
extractDataFromParams( $hFormParams ); |
Input |
|
Return |
|
getBasketOrOrder
Retrieves the Order object
Syntax |
getBasketOrOrder( ); |
Return |
|
getErrorMessage
Retrieves the error message
Syntax |
getErrorMessage( ); |
Return |
|
getLineItemPayment
Retrieves the line item payment from ipayment
Syntax |
getLineItemPayment( $LineItemPayment ); |
Return |
|
getPaymentType
Retrieves the return payment type
Syntax |
getPaymentType( ); |
Return |
|
getRemoteIp
Retrieves the remote ip
Syntax |
getRemoteIp( ); |
Return |
|
getReturnPaymentStatus
Retrieves the return payment status - This is used by paypal
Syntax |
getReturnPaymentStatus( ); |
Return |
|
getReturnStatus
Retrieves the return status
Syntax |
getReturnStatus( ); |
Return |
|
getShopperID
Retrieves the shopper id
Syntax |
getShopperID( ); |
Return |
|
getTransactionAmount
Retrieves the transaction amount
Syntax |
getTransactionAmount( ); |
Return |
|
getTransactionNumber
Retrieves the transaction number
Syntax |
getTransactionNumber( ); |
Return |
|
getTransactionType
Retrieves the transaction type
Syntax |
getTransactionType( ); |
Return |
|
new
constuctor
Syntax |
new( ); |
Input |
|
Return |
|