Skip to content

Commit

Permalink
Domain migration
Browse files Browse the repository at this point in the history
  • Loading branch information
skito committed Nov 27, 2023
1 parent 80c87c3 commit e80170e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions entase.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Vendor/EntaseSDK/Env.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit e80170e

Please sign in to comment.