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 a18495e commit 459ebb5Copy full SHA for 459ebb5
lib/internal/Magento/Framework/Oauth/Helper/Utility.php
@@ -54,7 +54,7 @@ public function sign(
54
*/
55
private function isHmac256(string $signatureMethod): bool
56
{
57
- if (strtoupper(preg_replace( '/[\W]/', '', $signatureMethod)) === 'HMACSHA256') {
+ if (strtoupper(preg_replace('/[\W]/', '', $signatureMethod)) === 'HMACSHA256') {
58
return true;
59
}
60
0 commit comments