Changeset 1499539
- Timestamp:
- 09/21/2016 09:19:24 AM (10 years ago)
- Location:
- veplatform/trunk
- Files:
-
- 2 edited
-
Ve.php (modified) (1 diff)
-
classes/class-veplatform-api.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
veplatform/trunk/Ve.php
r1499519 r1499539 3 3 * Plugin Name: Ve 4 4 * Plugin URI: http://www.veinteractive.com 5 * Description: Instantly increase your sales by adding the Ve's integrated remarketing and re-engagement apps that convert customers who abandon your site.5 * Description: The only automated marketing solution to solve your abandonment & conversion problems at every stage in the customer’s journey. 6 6 * Version: 16.5.6.0 7 7 * Author: Ve Interactive -
veplatform/trunk/classes/class-veplatform-api.php
r1499519 r1499539 10 10 abstract class Ve_Platform_API 11 11 { 12 protected $requestDomain = 'https://veconnect -ci.veinteractive.net/API/';12 protected $requestDomain = 'https://veconnect.veinteractive.com/API/'; 13 13 protected $requestInstall = 'Install'; 14 14 protected $requestUninstall = 'Uninstall';
Note: See TracChangeset
for help on using the changeset viewer.