From 6a62ff4697c91f430d936ae1992dd93e6162af2a Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Fri, 31 Dec 2010 01:17:43 -0700 Subject: [PATCH] Readme, more cleanup --- README.markdown | 8 ++++++++ system/application/config/Dynect_API.php | 14 -------------- system/application/config/dynect_api.php | 14 -------------- system/application/libraries/Dynect_API.php | 6 +++--- 4 files changed, 11 insertions(+), 31 deletions(-) delete mode 100644 system/application/config/Dynect_API.php delete mode 100644 system/application/config/dynect_api.php diff --git a/README.markdown b/README.markdown index b65beb8..8760094 100644 --- a/README.markdown +++ b/README.markdown @@ -12,6 +12,14 @@ Installation Config ------ +Ideally, there would be a config file in system/application/config but I haven't gotten it to work properly yet. + +In the system/application/libraries/Dynect_API.php file, edit these lines as necessary based on info provided by Dynect: + + var $user_name = ''; + var $customer_name = ''; + var $password = ''; + Usage ------ diff --git a/system/application/config/Dynect_API.php b/system/application/config/Dynect_API.php deleted file mode 100644 index 44e2660..0000000 --- a/system/application/config/Dynect_API.php +++ /dev/null @@ -1,14 +0,0 @@ -