added offer page

This commit was merged in pull request #25.
This commit is contained in:
victorAnumudu
2025-04-30 19:53:35 +01:00
parent ee1e6586c3
commit 3c0f8938fc
8 changed files with 158 additions and 4 deletions
+6
View File
@@ -80,6 +80,12 @@ export const getLoanCharges = (reqData) => {
return getAuxEnd(`/loan-charges`, postData)
}
// FUNCTION TO GET OFFERS LIST TABLE
export const getOffers = (reqData) => {
const postData = { ...reqData }
return getAuxEnd(`/offers`, postData)
}
// FUNCTION TO GET REPAYMENT SCHEDULE TABLE
export const getRepaymentSchedule = (reqData) => {
const postData = { ...reqData }