Readme, more cleanup

This commit is contained in:
2010-12-31 01:17:43 -07:00
parent 516ced28e1
commit 6a62ff4697
4 changed files with 11 additions and 31 deletions
+3 -3
View File
@@ -17,9 +17,9 @@ class Dynect_API {
var $base_url = 'https://api2.dynect.net/wsdl/2.0.0/Dynect.wsdl'; // The Base Dynect API2 URL
var $client; // The SOAP client
var $token; // Dynect login token
var $user_name = 'jstrebel'; // set by config
var $customer_name = 'demo-pagely'; // set by config
var $password = '1234test'; // set by config
var $user_name = 'jstrebel';
var $customer_name = 'demo-pagely';
var $password = '1234test';
/**