added verifyloan API

This commit is contained in:
victorAnumudu
2025-02-18 00:12:11 +01:00
parent dc2c1e7eab
commit 4bf728a38d
7 changed files with 80 additions and 33 deletions
+8
View File
@@ -58,6 +58,14 @@ export const verifyPin = (reqData) => {
return postAuxEnd('/salary/verifypin', postData, false)
}
// FUNCTION TO LOGIN USER IN
export const verifyLoan = (reqData) => {
let postData = {
...reqData
}
return postAuxEnd('/salary/verifloan', postData, false)
}
// FUNCTION TO RUN WHEN USER SELECTS A LOAN
export const loanSelect = (reqData) => {
let postData = {