Sonata\PaymentBundle\Controller\PaymentController::termsAction PHP Method

termsAction() public method

public termsAction ( )
    public function termsAction()
    {
        return $this->render('SonataPaymentBundle:Payment:terms.html.twig');
    }