TP-20465 | Detail page fixes (#159)

This commit is contained in:
Himanshu Kansal
2023-03-17 16:40:54 +05:30
committed by GitHub Enterprise
parent 11af3d2a5f
commit 11ae25b2ad
13 changed files with 154 additions and 65 deletions

View File

@@ -46,8 +46,7 @@ API_URLS[ApiKeys.NEW_ADDRESS] = '/addresses';
API_URLS[ApiKeys.GET_SIGNED_URL] = '/cases/get-signed-urls';
API_URLS[ApiKeys.CASE_UNIFIED_DETAILS] = '/collection-cases/unified-details/{loanAccountNumber}';
API_URLS[ApiKeys.EMI_SCHEDULES] = '/collection-cases/emi-schedules';
API_URLS[ApiKeys.PAST_FEEDBACK] = '/field-app/feedbacks';
API_URLS[ApiKeys.PAST_FEEDBACK] = '/feedback';
export const API_STATUS_CODE = {
OK: 200,