NYPL / discovery-api

Discovery API: the JSON-LD API supporting NYPL Shared Collection Catalog
MIT License
6 stars 0 forks source link

Fix bug where partner delivery locations broken #315

Closed nonword closed 1 year ago

nonword commented 1 year ago

Partner delivery locations failed to load due to restricting SCSB customer code lookup to only items with /^rc/ holding locations, which only match NYPL items. Added check for partner items as well (which may have all sorts of other holding locations). Fixed the bad test stub that failed to alert us to the issue.