Skip to content

Commit

Permalink
Merge pull request #292 from withanage/issue-281-3_3_0
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 3c3a008 + d39591f commit ea44173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OrcidProfilePlugin.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
define('ORCID_URL', 'https://orcid.org/');
define('ORCID_URL_SANDBOX', 'https://sandbox.orcid.org/');
define('ORCID_API_URL_PUBLIC', 'https://orcid.org/');
define('ORCID_API_URL_PUBLIC_SANDBOX', 'https://pub.sandbox.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 ea44173

Please sign in to comment.