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";
}
//employer_uid
$addedData =[];
@@ -97,6 +98,7 @@ disbursement
'address' => $data['address'],
'state' => $data['state'],
'country' => $data['country'],
'employer_uid' => $data['employer_uid'],
'loan_detail' => json_encode($data)
];