Skip to content

Commit

Permalink
Merge pull request #293 from withanage/issue-281-stable-3_2_1
Browse files Browse the repository at this point in the history
orcidProfile#281 Add new Redirection API URL for public sandbox
  • Loading branch information
withanage authored Oct 16, 2023
2 parents 3782eb6 + 141345b commit 8fdb9a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OrcidProfilePlugin.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

define('ORCID_URL', 'https://orcid.org/');
define('ORCID_URL_SANDBOX', 'https://sandbox.orcid.org/');
define('ORCID_API_URL_PUBLIC', 'https://pub.orcid.org/');
define('ORCID_API_URL_PUBLIC_SANDBOX', 'https://pub.sandbox.orcid.org/');
define('ORCID_API_URL_PUBLIC', 'https://orcid.org/');
define('ORCID_API_URL_PUBLIC_SANDBOX', 'https://sandbox.orcid.org/');
define('ORCID_API_URL_MEMBER', 'https://api.orcid.org/');
define('ORCID_API_URL_MEMBER_SANDBOX', 'https://api.sandbox.orcid.org/');
define('ORCID_API_VERSION_URL', 'v3.0/');
Expand Down

0 comments on commit 8fdb9a7

Please sign in to comment.