class Payment implements MiddlewareInterface

Methods

ResponseInterface
process(ServerRequestInterface $request, RequestHandlerInterface $handler)

Process an incoming server request and return a response, optionally delegating response creation to a handler.

Details

at line 30
ResponseInterface process(ServerRequestInterface $request, RequestHandlerInterface $handler)

Process an incoming server request and return a response, optionally delegating response creation to a handler.

Parameters

ServerRequestInterface $request
RequestHandlerInterface $handler

Return Value

ResponseInterface