Example #1
0
 public function process(Am_Controller $action = null)
 {
     $action->view->url = $this->getURL();
     $action->view->vars = $this->getVars();
     $action->render('payment', '', true);
     throw new Am_Exception_Redirect($this->getURL());
 }