ajnyga / funding

Funding plugin integrates Crossref Funder registry to OJS3 and OMP3
GNU General Public License v3.0
6 stars 17 forks source link

Use submission DAO to fetch by DOI #32

Closed jnugent closed 3 years ago

jnugent commented 3 years ago

The call to Services::get('submission')->get() can only accept submission ids, so the returned object is always null. This PR uses the method in the Submission DAO instead.

ajnyga commented 3 years ago

there was a conflict (not sure what exactly) so I made the changes manually. Thanks!