This commit is contained in:
2022-04-23 11:39:19 -04:00
parent e0edf1932d
commit 88dd88241d
4 changed files with 38 additions and 9 deletions
+2 -2
View File
@@ -23,14 +23,14 @@ class Paymnt extends Users_Controller {
public function paycc() {
$data = $this->getSessionArray();
$data['card_table_result'] = $this->cardListData(4)['card_table_result'];
$data['page_title'] ="Deposit Funds";
$data['page_title'] ="Deposit Funds with Credit or Debit Card(s)";
$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";
$data['page_title'] ="Deposit Funds with PayPal";
$this->RenderUserPage('users/view_paypal', $data);
}