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

processPaymentAction() public method

Process the User choice.
public processPaymentAction ( ) : Reponse
return Reponse
    public function processPaymentAction()
    {
        $order = $this->checkRequest();
        return $this->getDebugPayment()->processCallback($order, $this->getRequest()->get('action'));
    }