Method | Description | |
---|---|---|
PaypalWebHookReceiver ( ) : System |
Initializes a new instance of the PaypalWebHookReceiver class.
|
|
ReceiveAsync ( string id, System.Web.Http.Controllers.HttpRequestContext context, |
Method | Description | |
---|---|---|
ValidateReceivedEvent ( System.Web.Http.Controllers.HttpRequestContext context, |
Validates the received WebHook.
|
Method | Description | |
---|---|---|
GetRequestHeaders ( |
||
PaypalWebHookReceiver ( bool initialize ) : System |
Initializes a new instance of the PaypalWebHookReceiver class. This constructor is intended for testing purposes.
|
public ReceiveAsync ( string id, System.Web.Http.Controllers.HttpRequestContext context, |
||
id | string | |
context | System.Web.Http.Controllers.HttpRequestContext | |
request | ||
return | Task |
protected ValidateReceivedEvent ( System.Web.Http.Controllers.HttpRequestContext context, |
||
context | System.Web.Http.Controllers.HttpRequestContext | The current |
headers | The request headers for the current |
|
body | string | The request body for the current |
return | bool |