Skip to content

Commit

Permalink
EDGPATRON-149 Adding new endpoint to fetch patron details based on em…
Browse files Browse the repository at this point in the history
…ailId
  • Loading branch information
Vignesh-kalyanasundaram committed Oct 16, 2024
1 parent 3cff830 commit dddd0ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public void getAccount(String patronId, boolean includeLoans, boolean includeCha

public void getExtPatronAccountByEmail(String email, Handler<HttpResponse<Buffer>> responseHandler,
Handler<Throwable> exceptionHandler) {
String url = String.format("%s/patron/account/registration-status/%s", okapiURL, email);
String url = String.format("%s/patron/registration-status/%s", okapiURL, email);
get(
url,
tenant,
Expand Down

0 comments on commit dddd0ee

Please sign in to comment.