Skip to content

Commit

Permalink
SU-453 : Sprint 14 - 15 (5) Rediferido
Browse files Browse the repository at this point in the history
  • Loading branch information
tabrez-fiter committed Jan 3, 2025
1 parent d4438ed commit 047e973
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public String retrieveTemplate(@Context final UriInfo uriInfo, @QueryParam("loan
@Operation(summary = "Retrieve all reschedule loan reasons", description = "Retrieve all reschedule loan reasons as a template")
@ApiResponses({
@ApiResponse(responseCode = "200", description = "OK", content = @Content(schema = @Schema(implementation = RescheduleLoansApiResourceSwagger.GetRescheduleReasonsTemplateResponse.class))) })
public String retrieveTemplate(@Context final UriInfo uriInfo, @QueryParam("loanId") Long loanId,
public String retrieveTemplatetillDate(@Context final UriInfo uriInfo, @QueryParam("loanId") Long loanId,
@QueryParam("tillDate") String tillDate) {
this.platformSecurityContext.authenticatedUser().validateHasReadPermission(RescheduleLoansApiConstants.ENTITY_NAME);
final ApiRequestJsonSerializationSettings settings = this.apiRequestParameterHelper.process(uriInfo.getQueryParameters());
Expand Down

0 comments on commit 047e973

Please sign in to comment.