Skip to content

Commit

Permalink
WIP: Update constants + bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ewhanson committed May 9, 2024
1 parent 8f63bbf commit 12f79f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/orcid/PublishReviewerWorkToOrcid.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function handle()

$orcidReview = new OrcidReview($this->submission, $this->reviewAssignment, $this->context);

$uri = OrcidManager::getApiPath($this->context) . ORCID_API_VERSION_URL . $orcid . '/' . ORCID_REVIEW_URL;
$uri = OrcidManager::getApiPath($this->context) . OrcidManager::ORCID_API_VERSION_URL . $orcid . '/' . OrcidManager::ORCID_REVIEW_URL;
$method = 'POST';
if ($putCode = $reviewer->getData('orcidReviewPutCode')) {
$uri .= '/' . $putCode;
Expand Down

0 comments on commit 12f79f3

Please sign in to comment.