// Change urls of prestashop api

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10696 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2011-11-28 10:22:58 +00:00
parent 6b61051a16
commit 73148dda1d
27 changed files with 38 additions and 38 deletions
+5 -5
View File
@@ -46,10 +46,10 @@ class PrestashopStats
if (self::$arr_ps_stats_url === NULL)
{
self::$arr_ps_stats_url = array();
self::$arr_ps_stats_url['actSubscription'] = 'http://www.prestashop.com/modules/tracker_twenga.php?act_subscription=1';
self::$arr_ps_stats_url['validateSubscription'] = 'http://www.prestashop.com/modules/tracker_twenga.php?validate_subscription=1';
self::$arr_ps_stats_url['cancelOrder'] = 'http://www.prestashop.com/modules/tracker_twenga.php?cancel_order=1';
self::$arr_ps_stats_url['validateOrder'] = 'http://www.prestashop.com/modules/tracker_twenga.php?validate_order=1';
self::$arr_ps_stats_url['actSubscription'] = 'http://api.prestashop.com/modules/tracker_twenga.php?act_subscription=1';
self::$arr_ps_stats_url['validateSubscription'] = 'http://api.prestashop.com/modules/tracker_twenga.php?validate_subscription=1';
self::$arr_ps_stats_url['cancelOrder'] = 'http://api.prestashop.com/modules/tracker_twenga.php?cancel_order=1';
self::$arr_ps_stats_url['validateOrder'] = 'http://api.prestashop.com/modules/tracker_twenga.php?validate_order=1';
self::$site_url = $site_url;
}
}
@@ -121,4 +121,4 @@ class PrestashopStats
$this->executeQuery($str);
}
}
}