Skip to content

Commit

Permalink
Fix config Keys
Browse files Browse the repository at this point in the history
  • Loading branch information
MicFai committed Oct 15, 2015
1 parent 4138b44 commit 7d1ebec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Infusionsoft/FrameworkSupport/Laravel/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
|--------------------------------------------------------------------------
*/

'client_id' => env('INFUSIONSOFT_CLIENT_ID'),
'clientId' => env('INFUSIONSOFT_CLIENT_ID'),

'client_secret' => env('INFUSIONSOFT_SECRET'),
'clientSecret' => env('INFUSIONSOFT_SECRET'),

'redirect_url' => env('INFUSIONSOFT_REDIRECT_URL'),
'redirectUri' => env('INFUSIONSOFT_REDIRECT_URL'),

);
);

0 comments on commit 7d1ebec

Please sign in to comment.