From bbc553d1307708dd56930bd3a464c53bb6abd989 Mon Sep 17 00:00:00 2001 From: Hobogrammer Date: Wed, 15 Mar 2023 16:52:33 -0700 Subject: [PATCH] Update API domain [IN-985] - Change API endpoint to 'api.credly.com' from 'api.youracclaim.com' --- settings.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/settings.php b/settings.php index 2a74d4a..d5c9bad 100755 --- a/settings.php +++ b/settings.php @@ -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. + * @copyright 2020 Credly, Inc. * @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(