loan apply API added

This commit is contained in:
victorAnumudu
2025-02-17 20:36:35 +01:00
parent 9d86a67d98
commit dc2c1e7eab
4 changed files with 54 additions and 10 deletions
+8
View File
@@ -66,6 +66,14 @@ export const loanSelect = (reqData) => {
return postAuxEnd('/salary/loanselect', postData, false)
}
// FUNCTION TO APPLY FOR LOAN
export const loanApply = (reqData) => {
let postData = {
...reqData
}
return postAuxEnd('/salary/loanapply', postData, false)
}
// FUNCTION TO GET DEMO USERS
export const demoUsersList = (reqData) => {
const postData = { ...reqData }