PHP Interface PayWithAmazon\IpnHandlerInterface

Afficher le fichier Open project: amzn/login-and-pay-with-amazon-sdk-php

Méthodes publiques

Méthode Description
returnMessage ( ) * returnMessage() - JSON decode the raw [Message] portion of the IPN
toArray ( ) * toArray() - Converts IPN [Message] field to associative array
toJson ( ) * toJson() - Converts IPN [Message] field to JSON

Method Details

returnMessage() public méthode

* returnMessage() - JSON decode the raw [Message] portion of the IPN
public returnMessage ( )

toArray() public méthode

* toArray() - Converts IPN [Message] field to associative array
public toArray ( )

toJson() public méthode

Has child elements ['NotificationData'] [XML] - API call XML notification data
public toJson ( )