From 06aee98a51f064735edb7f629cb090783c81c30a Mon Sep 17 00:00:00 2001 From: Tapha Ngum Date: Tue, 31 May 2016 04:02:25 +0100 Subject: [PATCH] changes --- config/mws.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/mws.php b/config/mws.php index 15b52fb..35a3cf3 100755 --- a/config/mws.php +++ b/config/mws.php @@ -3,13 +3,12 @@ return [ /* |-------------------------------------------------------------------------- - | API Secret Key + | MWS API Settings |-------------------------------------------------------------------------- | | The api secret key to access Mailchimp. If you don't know the API key, find it here: - | "http://kb.mailchimp.com/accounts/management/about-api-keys#Find-or-Generate-Your-API-Key" | */ - 'apikey' => env('MAILCHIMP_API_KEY') + '' => env('') ];