Switch to https for encryption.
This commit is contained in:
parent
af1e4d794f
commit
4e8b7327ca
|
@ -24,7 +24,7 @@ class WC_Tracker {
|
|||
* URL to the WooThemes Tracker API endpoint
|
||||
* @var string
|
||||
*/
|
||||
public $api_url = 'http://tracking.woocommerce.com/wc-api/tracker/';
|
||||
public $api_url = 'https://tracking.woocommerce.com/v1/';
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
|
|
Loading…
Reference in New Issue