Skip to content

Commit

Permalink
Merge pull request #113 from buckaroo-it/BP-3289-Issue-from-client
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
vegimcarkaxhija authored Dec 18, 2023
2 parents 4f5fae1 + 0efb836 commit fa31dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Issuers/Issuers.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ private function updateCacheIssuers($issuers): array
return $retrievedIssuers;
}

return $issuers;
return $issuers ?? [];
}

/**
Expand Down

0 comments on commit fa31dfe

Please sign in to comment.