From 3d1995f2f2c599daefb2b7e23d3766d44a42f67f Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Tue, 3 Sep 2024 18:28:55 -0400 Subject: [PATCH] loan_reference --- app/Controllers/AirFlow.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Controllers/AirFlow.php b/app/Controllers/AirFlow.php index a22dc06..bf9d0c2 100644 --- a/app/Controllers/AirFlow.php +++ b/app/Controllers/AirFlow.php @@ -47,8 +47,8 @@ class AirFlow extends BaseController private function parseLoadDetail($uid,$customer_uid,$loan_detail){ - $loan_detail_array = unserialize($loan_detail); - log_message('critical', "AirFlow::processLoadData*parseLoadDetail ***loan_detail *** ". $loan_detail ); + $loan_detail_array = unserialize($loan_detail->loan_reference); + log_message('critical', "AirFlow::processLoadData*parseLoadDetail ***loan_detail *** ". $loan_detail->loan_reference ); log_message('critical', "AirFlow::processLoadData*parseLoadDetail ***loan_reference*** ". $loan_detail_array["loan_reference"] );