Changed retrofit base url for refresh mandate provider (#5528)
This commit is contained in:
committed by
GitHub Enterprise
parent
7a80314eca
commit
8f07e88856
@@ -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>>
|
||||
|
||||
Reference in New Issue
Block a user