From 2fa372e3bd5701afbfcbfd189d4b471493e890cd Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 17 Jul 2024 11:48:26 -0400 Subject: [PATCH] 11111111111 --- app/Controllers/DigiFiBVN.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Controllers/DigiFiBVN.php b/app/Controllers/DigiFiBVN.php index 99bc900..6340e20 100644 --- a/app/Controllers/DigiFiBVN.php +++ b/app/Controllers/DigiFiBVN.php @@ -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);