Switch to https for encryption.

This commit is contained in:
Gerhard 2015-01-23 09:13:07 +02:00
parent af1e4d794f
commit 4e8b7327ca
1 changed files with 1 additions and 1 deletions

View File

@ -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