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