This commit is contained in:
CHIEFSOFT\ameye
2024-07-17 15:03:45 -04:00
parent 3d88588285
commit 5e7ae002ae
+5
View File
@@ -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();
}
}