ePages 7.23.0 - DE_EPAGES/PayPalPlus/API/Webservice/Notification/IPNSecure.pm

Package DE_EPAGES::PayPalPlus::API::Webservice::Notification::IPNSecure

Class to validate the incomming notification from paypal

Functions

handleNotification
new

handleNotification

Take the incomming notification, validate and update order/lineItem

Syntax
handleNotification( $Shop, $hNotificationRequest );
Input
$Shop (DE_EPAGES::Shop::API::Object::Shop)
Shop Object
$hNotificationRequest (hashref)
hash with notification request
Return
(boolean)
Boolean flag if everything worked fine

new

constuctor

Syntax
new( );
Return
$self (DE_EPAGES::PayPalPlus::API::Webservice::Notification::IPNSecure)
self