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