Skip to content

Commit 136b10c

Browse files
committed
ACP2E-2969: REST API unable to make requests with slash (/) in SKU when using Oauth1
1 parent b412ae0 commit 136b10c

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/api-functional/framework/Magento/TestFramework/Authentication/Rest/OauthClient

1 file changed

+1
-1
lines changed

dev/tests/api-functional/framework/Magento/TestFramework/Authentication/Rest/OauthClient/Signature.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Signature extends \OAuth\OAuth1\Signature\Signature
1919
* @param Utility $helper
2020
* @param CredentialsInterface $credentials
2121
*/
22-
public function __construct(readonly Utility $helper, CredentialsInterface $credentials)
22+
public function __construct(private readonly Utility $helper, CredentialsInterface $credentials)
2323
{
2424
parent::__construct($credentials);
2525
}

0 commit comments

Comments
 (0)