11111111111

This commit is contained in:
CHIEFSOFT\ameye
2024-07-17 11:48:26 -04:00
parent 68361bde51
commit 2fa372e3bd
+2 -2
View File
@@ -57,8 +57,8 @@ class DigiFiBVN extends BaseController
$udata = [
'bvn' => $data['bvn'],
'firstname' => $results["firstname"],
'lastname' => $results["lastname"],
'firstname' => $results[0]["firstname"],
'lastname' => $results[0]["lastname"],
];
$customer = $this->insert_db('customers',$udata);