fix
This commit is contained in:
@@ -99,6 +99,9 @@ class Paymnt extends Users_Controller {
|
||||
public function cardreciepts(){
|
||||
|
||||
$data = array_merge($this->getSessionArray(), $this->session->flashdata('reciept_data'));
|
||||
if (!isset($data['confirmation'])){
|
||||
redirect("dash");
|
||||
}
|
||||
$this->RenderUserPage('users/view_payreciepts', $data); // return back to card page
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user