Skip to content

Commit

Permalink
Added production url for sso
Browse files Browse the repository at this point in the history
  • Loading branch information
mangrose committed Jun 1, 2021
1 parent 09caf46 commit 8024a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-tulo-payway-sso2-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ private function set_session_loggedin() {
private static function get_sso2_url($path) {
$url = "";
if (get_option('tulo_environment') == 'prod') {
$url = "";
$url = "https://sso.worldoftulo.com";
}
else {
$url = "https://payway-sso-stage.azurewebsites.net";
Expand Down

0 comments on commit 8024a03

Please sign in to comment.