Skip to content
Snippets Groups Projects
Commit 6e199efa authored by Demian Katz's avatar Demian Katz
Browse files

Updated Summon cover API URL.

Resolves VUFIND-868. Thanks to Michael Wiesen for the fix.
parent d1bcbb05
No related merge requests found
......@@ -702,7 +702,7 @@ class Loader implements \Zend\Log\LoggerAwareInterface
$ISBN = new ISBN($isn);
$isn = $ISBN->get13();
}
$url = 'http://api.summon.serialssolutions.com/image/isbn/' . $id .
$url = 'http://api.summon.serialssolutions.com/2.0.0/image/isbn/' . $id .
'/' . $isn . '/' . $this->size;
return $this->processImageURL($url);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment