-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we use mod-patron to renew items? #1056
Comments
Here are the differences as I read them:
It is definitely doable to replace renewals with a mylibrary/app/services/folio_client.rb Line 103 in dbcd500
For what it's worth, we currently cancel loans using mylibrary/app/services/folio_client.rb Line 115 in dbcd500
We get our data on a patron's loans from graphql for display:
If changing to Another avenue would be to start using |
In #renew_item_request we're using the /circulation/renew-by-id', json: { itemId: item_id, userId: user_id } end point and posting some JSON. I wonder if there's a reason we'd prefer to use the patron API at /patron/account/{id}/item/{itemId}/renew? Would need to test.
The text was updated successfully, but these errors were encountered: