loan_reference
This commit is contained in:
@@ -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"] );
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user