Skip to content
Snippets Groups Projects
Commit ac1c0067 authored by Joe Atzberger's avatar Joe Atzberger
Browse files

EDS method, not property

Undefined property: EbscoEdsApiException::$getApiErrorCode
parent 913e9e68
No related merge requests found
......@@ -328,7 +328,7 @@ class Backend implements BackendInterface
$an, $dbId, $authenticationToken, $sessionToken, $highlightTerms
);
} catch (\EbscoEdsApiException $e) {
if ($e->getApiErrorCode == 104) {
if ($e->getApiErrorCode() == 104) {
try {
$authenticationToken = $this->getAuthenticationToken(true);
$response = $this->client->retrieve(
......@@ -752,4 +752,4 @@ class Backend implements BackendInterface
{
$this->authManager = $authManager;
}
}
\ No newline at end of file
}
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