File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -213,8 +213,8 @@ protected function buildAuthorizationHeaderForAPIRequest(
213213
214214 $ authParameters = array_merge ($ authParameters , array ('oauth_token ' => $ token ->getAccessToken ()));
215215
216- $ authParameters = (is_array ($ bodyParams )) ? array_merge ($ authParameters , $ bodyParams ) : $ authParameters ;
217- $ authParameters ['oauth_signature ' ] = $ this ->signature ->getSignature ($ uri , $ authParameters , $ method );
216+ $ signatureParams = (is_array ($ bodyParams )) ? array_merge ($ authParameters , $ bodyParams ) : $ authParameters ;
217+ $ authParameters ['oauth_signature ' ] = $ this ->signature ->getSignature ($ uri , $ signatureParams , $ method );
218218
219219 if (isset ($ bodyParams ['oauth_session_handle ' ])) {
220220 $ authParameters ['oauth_session_handle ' ] = $ bodyParams ['oauth_session_handle ' ];
You can’t perform that action at this time.
0 commit comments