Skip to content

Commit

Permalink
Testing logs
Browse files Browse the repository at this point in the history
  • Loading branch information
arcshiftsolutions committed Jan 29, 2024
1 parent 41e99a1 commit 689f968
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ public StudentEntity getStudentByStudentID(final String studentID, final String
public List<StudentEntity> getStudentByBCSCDemogs(final ServicesCardEntity servicesCard, final String correlationID) {
try {
val searchCriteria = getSearchCriteria(servicesCard);
log.info("Attempting callout to get student by demographics - URI is :: {}", "/paginated?pageNumber=1&pageSize=10&searchCriteriaList=" + searchCriteria);
val apiResponse = this.webClient.get()
.uri(this.props.getStudentApiURL(), uri -> uri.path("/paginated?pageNumber=1&pageSize=10&searchCriteriaList=" + searchCriteria)
.build())
Expand Down

0 comments on commit 689f968

Please sign in to comment.