Changed retrofit base url for refresh mandate provider (#5528)

This commit is contained in:
rishabh patni
2023-03-02 06:54:03 +05:30
committed by GitHub Enterprise
parent 7a80314eca
commit 8f07e88856

View File

@@ -601,7 +601,7 @@ interface RetrofitService {
@Path("loanApplicationId") loanApplicationId: String
): Response<GenericResponse<EnachV2Response>>
@GET("/loanApplications/{loanApplicationId}/fetchNewMandateProvider")
@GET("/loan-applications/{loanApplicationId}/new-mandate-provider")
suspend fun fetchFallbackMandateProvider(
@Path("loanApplicationId") loanApplicationId: String
): Response<GenericResponse<MandateProviderResponse>>