Changeset 1537609
- Timestamp:
- 11/21/2016 01:57:31 PM (9 years ago)
- File:
-
- 1 edited
-
veplatform/trunk/classes/class-veplatform-api.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
veplatform/trunk/classes/class-veplatform-api.php
r1537581 r1537609 10 10 abstract class Ve_Platform_API { 11 11 protected $errorHandler = null; 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.