Skip to content

Commit

Permalink
Update API domain [IN-985]
Browse files Browse the repository at this point in the history
- Change API endpoint to 'api.credly.com' from 'api.youracclaim.com'
  • Loading branch information
Hobogrammer committed Mar 15, 2023
1 parent e684d2d commit bbc553d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@

/**
* Credly's Acclaim Moodle Block Plugin
* Credly: http://youracclaim.com
* Credly: http://credly.com
* Moodle: http://moodle.org/
*
* @package block_acclaim
* @copyright 2020 Credly, Inc. <http://youracclaim.com>
* @copyright 2020 Credly, Inc. <http://credly.com>
* @license https://opensource.org/licenses/MIT
*/
defined('MOODLE_INTERNAL') || die;

if ($ADMIN->fulltree) {
$urls = array(
'https://api.youracclaim.com/v1' => get_string('production', 'block_acclaim'),
'https://sandbox-api.youracclaim.com/v1' => get_string('sandbox', 'block_acclaim')
'https://api.credly.com/v1' => get_string('production', 'block_acclaim'),
'https://sandbox-api.credly.com/v1' => get_string('sandbox', 'block_acclaim')
);

$settings->add(
Expand Down

0 comments on commit bbc553d

Please sign in to comment.