PHP Интерфейс PayWithAmazon\IpnHandlerInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

returnMessage() публичный Метод

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

toArray() публичный Метод

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

toJson() публичный Метод

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