Sonata\PaymentBundle\Controller\DebugPaymentController::paymentAction PHP Method

paymentAction() public method

User choice action.
public paymentAction ( ) : Response
return Symfony\Component\HttpFoundation\Response
    public function paymentAction()
    {
        $order = $this->checkRequest();
        return $this->render('SonataPaymentBundle:Payment:debug.html.twig', array('order' => $order, 'check' => $this->getRequest()->get('check')));
    }