Aimeos\ShopBundle\Controller\CheckoutController::confirmComponentAction PHP Method

confirmComponentAction() public method

Returns the output of the checkout confirm component
public confirmComponentAction ( ) : Response
return Response Response object containing the generated output
    public function confirmComponentAction()
    {
        return $this->getOutput('checkout/confirm');
    }