Skip to content

Commit

Permalink
Added link to UAT
Browse files Browse the repository at this point in the history
  • Loading branch information
deoreym authored May 14, 2019
1 parent fc5b491 commit 502b865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/class-epitrove-license.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ public function defineEpiConstants()
}

if (!defined('LICENSING_URL')) {
define('LICENSING_URL', 'https://api.epitrove.com/v1');
define('LICENSING_URL', 'https://api.epitrove-uat.wisdmlabs.net/v1');
}

if(!defined('EPITROVE_WEBSITE_URL')){
define('EPITROVE_WEBSITE_URL', 'https://epitrove.com');
define('EPITROVE_WEBSITE_URL', 'https://epitrove-uat.wisdmlabs.net');
}

if(!defined('EPITROVE_API_SUCCESS_CODE')){
Expand Down

0 comments on commit 502b865

Please sign in to comment.