示例#1
0
 public function postPaymethodAction()
 {
     $data = $this->_getFilterParams();
     $this->_cart->payInfo($data);
     $this->redirect("profile", "registration");
 }