Skip to content

Commit

Permalink
Merge pull request #100 from folio-org/EDGPATRON-113
Browse files Browse the repository at this point in the history
EDGPATRON-113:updating interfaces
  • Loading branch information
K-Felk authored May 12, 2023
2 parents 67d871b + bf607af commit 31aa896
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"requires": [
{
"id": "patron",
"version": "4.2"
"version": "4.2 6.0"
},
{
"id": "circulation",
"version": "9.5 10.0 11.0 12.0 13.0"
"version": "9.5 10.0 11.0 12.0 13.0 14.0"
},
{
"id": "login",
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/good-request.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"patronGroupId": "6e50e769-3e07-45f5-a7e2-d83f13d7402b"
},
"fulfilmentPreference": "Hold Shelf",
"fulfillmentPreference": "Hold Shelf",
"pickupServicePointId": "3a40852d-49fd-4df2-a1f9-6e2641a6e91f",
"metadata": {
"createdDate": "2019-09-19T19:47:12.508+0000",
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/malformed-request.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"patronGroupId": "6e50e769-3e07-45f5-a7e2-d83f13d7402b"
},
"fulfilmentPreference": "Hold Shelf",
"fulfillmentPreference": "Hold Shelf",
"pickupServicePointId": "3a40852d-49fd-4df2-a1f9-6e2641a6e91f",
"metadata": {
"createdDate": "2019-09-19T19:47:12.508+0000",
Expand Down

0 comments on commit 31aa896

Please sign in to comment.