Method | Description | |
---|---|---|
__construct ( string $postData = '', $config = null ) | ||
getRawData ( ) : array | Returns a hashmap of raw IPN data | |
getTransactionId ( ) : string | Returns the transaction id for which this IPN was generated, if one is available | |
getTransactionType ( ) : string | Returns the transaction type for which this IPN was generated | |
validate ( ) : boolean | Validates a IPN message |
Method | Description | |
---|---|---|
setEndpoint ( ) |
public __construct ( string $postData = '', $config = null ) | ||
$postData | string | OPTIONAL post data. If null, the class automatically reads incoming POST data from the input stream |
public getRawData ( ) : array | ||
return | array |
public getTransactionId ( ) : string | ||
return | string |
public getTransactionType ( ) : string | ||
return | string |