fix
This commit is contained in:
@@ -13,12 +13,26 @@ class Paymnt extends Users_Controller {
|
||||
}
|
||||
|
||||
public function paymus() {
|
||||
|
||||
$data = $this->getSessionArray();
|
||||
$data['card_table_result'] = $this->cardListData(4)['card_table_result'];
|
||||
$this->RenderUserPage('users/view_startpaymus', $data);
|
||||
$data['page_title'] ="Deposit Funds";
|
||||
// $this->RenderUserPage('users/view_startpaymus', $data);
|
||||
$this->RenderUserPage('users/view_selectpay', $data);
|
||||
}
|
||||
|
||||
public function paycc() {
|
||||
$data = $this->getSessionArray();
|
||||
$data['card_table_result'] = $this->cardListData(4)['card_table_result'];
|
||||
$data['page_title'] ="Deposit Funds";
|
||||
$this->RenderUserPage('users/view_startpaymus', $data);
|
||||
}
|
||||
|
||||
public function paypal() {
|
||||
$data = $this->getSessionArray();
|
||||
$data['card_table_result'] = $this->cardListData(4)['card_table_result'];
|
||||
$data['page_title'] ="Deposit Funds";
|
||||
$this->RenderUserPage('users/view_paypal', $data);
|
||||
}
|
||||
|
||||
|
||||
private function cardListData($limit){
|
||||
|
||||
Reference in New Issue
Block a user