fix bvn
This commit is contained in:
@@ -62,6 +62,11 @@ class DigiFiBVN extends BaseController
|
|||||||
];
|
];
|
||||||
|
|
||||||
$customer = $this->insert_db('customers',$udata);
|
$customer = $this->insert_db('customers',$udata);
|
||||||
|
/** --- */
|
||||||
|
$sqlM = "SELECT * FROM customers WHERE bvn = '".$data['bvn']."' ";
|
||||||
|
$qu0 = $this->db->query($sqlM);
|
||||||
|
$customer = $qu0->getResultArray();
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user