get loan more screens added

This commit is contained in:
victorAnumudu
2025-02-10 00:45:03 +01:00
parent ec210390b3
commit ab7657d07f
9 changed files with 265 additions and 27 deletions
+6
View File
@@ -60,4 +60,10 @@ export const demoUsersList = (reqData) => {
export const getProducts = (reqData) => {
const postData = { ...reqData }
return getAuxEnd(`/salary/products`, postData)
}
// FUNCTION TO GET MY OFFERS DATA
export const getOffers = (reqData) => {
const postData = { ...reqData }
return getAuxEnd(`/salary/loanoffers`, postData)
}