예제 #1
0
 /**
  * Display Settings Form (main payments page)
  */
 function payments($args, $request)
 {
     $this->validate();
     $this->setupTemplate($request);
     import('classes.payment.ojs.OJSPaymentAction');
     OJSPaymentAction::payments($args, $request);
 }
예제 #2
0
 /**
  * Display Settings Form (main payments page)
  */
 function payments($args)
 {
     $this->validate();
     $this->setupTemplate(true);
     import('payment.ojs.OJSPaymentAction');
     OJSPaymentAction::payments($args);
 }