Sonata\Component\Payment\PaymentHandlerInterface::handleConfirmation PHP Method

handleConfirmation() public method

Returns the order for given confirmation request and checks the validity.
public handleConfirmation ( Request $request ) : Sonata\Component\Order\OrderInterface
$request Symfony\Component\HttpFoundation\Request
return Sonata\Component\Order\OrderInterface
    public function handleConfirmation(Request $request);