Example #1
0
 /**
  * Process downloading invoice for a subscription record
  */
 public function download_invoice()
 {
     $id = JRequest::getInt('id');
     OSMembershipHelper::downloadInvoice($id);
 }