PHP 인터페이스 PayWithAmazon\IpnHandlerInterface

파일 보기 프로젝트 열기: amzn/login-and-pay-with-amazon-sdk-php

공개 메소드들

메소드 설명
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 ( )