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

confirmAction() public method

Returns the html for the checkout confirmation page.
public confirmAction ( ) : Response
return Response Response object containing the generated output
    public function confirmAction()
    {
        $params = $this->get('aimeos_page')->getSections('checkout-confirm');
        return $this->render('AimeosShopBundle:Checkout:confirm.html.twig', $params);
    }