diff --git a/entase.php b/entase.php index 1d62fd6..4650da6 100644 --- a/entase.php +++ b/entase.php @@ -4,8 +4,8 @@ Plugin Name: Entase Description: Sell event tickets directly from your website with Entase integrated API. Author: Entase, Inc. -Version: 1.5 -Author URI: http://www.entase.bg +Version: 1.6 +Author URI: http://www.entase.com Plugin URI: https://github.com/entaseteam/plugin.wp/ Update URI: https://github.com/entaseteam/plugin.wp/releases/latest/download/package.json Icon: assets/img/icon128.png diff --git a/src/Vendor/EntaseSDK/Env.php b/src/Vendor/EntaseSDK/Env.php index fa3969f..4f0052e 100644 --- a/src/Vendor/EntaseSDK/Env.php +++ b/src/Vendor/EntaseSDK/Env.php @@ -4,6 +4,6 @@ abstract class Env { - public static $APIURL = 'https://api.entase.bg/v2/'; + public static $APIURL = 'https://api.entase.com/v2/'; public static $DebugMode = false; } \ No newline at end of file