class PaymentHandler implements RequestHandlerInterface

Methods

__construct(string $sellerID, string $pin, PaymentHandlerInterface $paymentHandler)

PaymentHandler constructor.

handle(ServerRequestInterface $request)

No description

Details

at line 35
__construct(string $sellerID, string $pin, PaymentHandlerInterface $paymentHandler)

PaymentHandler constructor.

Parameters

string $sellerID
string $pin
PaymentHandlerInterface $paymentHandler

at line 42
handle(ServerRequestInterface $request)

Parameters

ServerRequestInterface $request