PAYMENTS APPROVE DASHBOARD
uri->segment(3,0);
$this->db->where('transaction_id',$transaction_id);
$get=$this->db->get('tbl_payments_transactions');
$count=$get->num_rows();
if( $count==0){
echo '
This transaction does not match any payments
';
}else{
foreach($get->result() as $row){
if($row->status==1){
echo '
This transaction payment is approved
';
} else{
?>
Approve Payments for paid_for;?> service sent by mobile;?>
Security pin mismatch';
}
?>