emloyer uid

This commit is contained in:
CHIEFSOFT\ameye
2024-06-12 16:31:47 -04:00
parent a737d29a62
commit 16b08bf274
+2
View File
@@ -73,6 +73,7 @@ disbursement
echo 'Caught exception: ', $e->getMessage(), "\n"; echo 'Caught exception: ', $e->getMessage(), "\n";
} }
//employer_uid
$addedData =[]; $addedData =[];
@@ -97,6 +98,7 @@ disbursement
'address' => $data['address'], 'address' => $data['address'],
'state' => $data['state'], 'state' => $data['state'],
'country' => $data['country'], 'country' => $data['country'],
'employer_uid' => $data['employer_uid'],
'loan_detail' => json_encode($data) 'loan_detail' => json_encode($data)
]; ];