We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae7a2c commit 7bd6bf9Copy full SHA for 7bd6bf9
lib/internal/Magento/Framework/Oauth/Helper/Request.php
@@ -45,7 +45,7 @@ public function prepareRequest($httpRequest)
45
);
46
foreach ($oauthParams as $key => $value) {
47
if ($key !== 'oauth_signature') {
48
- $oauthParams[rawurlencode($key)] = rawurlencode($value);
+ $oauthParams[$key] = rawurlencode($value);
49
}
50
51
return $oauthParams;
0 commit comments