Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
Back end tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Galbraith committed Feb 2, 2016
1 parent 34656a4 commit cf46429
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Ctct/Services/BaseService.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ private static function getHeaders($accessToken)
'User-Agent' => 'ConstantContact AppConnect PHP Library v' . Config::get('settings.version'),
'Content-Type' => 'application/json',
'Accept' => 'application/json',
'Authorization' => 'Bearer ' . $accessToken
'Authorization' => 'Bearer ' . $accessToken,
'x-ctct-request-source' => 'sdk.php' . Config::get('settings.version')
);
}

Expand Down

0 comments on commit cf46429

Please sign in to comment.