$req
$req : \FAA\Obj\Request
Store request
Holds the request object instance
$req : \FAA\Obj\Request
Store request
Holds the request object instance
SetupTemplate(null $data = null) : \FAA\Obj\Result
Getter and setter for config data
When no data is given it will read otherwise write. This method is cached by setup handler
null | $data |
ServeRequest(\FAA\Obj\Request $request) : \FAA\Obj\Response
Serve request Serve the request and return appropriate result.
Serve the request and return appropriate result.
\FAA\Obj\Request | $request | The http request object |
A response object
CallReturn() : \FAA\Obj\Response
Return call from PayPal This end point is called on return from PayPal payment page
A system response object
CallCancel() : \FAA\Obj\Response
Finish reset When the payment was aborted in PayPal
A system response object
Request() : \FAA\Obj\Request
Get request Get the stored request object of the http call.
The request object