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

updateAction() public method

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