diff --git a/app/Controllers/DigiFiBVN.php b/app/Controllers/DigiFiBVN.php index 6340e20..ffe3dbb 100644 --- a/app/Controllers/DigiFiBVN.php +++ b/app/Controllers/DigiFiBVN.php @@ -62,6 +62,11 @@ class DigiFiBVN extends BaseController ]; $customer = $this->insert_db('customers',$udata); + /** --- */ + $sqlM = "SELECT * FROM customers WHERE bvn = '".$data['bvn']."' "; + $qu0 = $this->db->query($sqlM); + $customer = $qu0->getResultArray(); + } }