Skip to content

Commit ca02555

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

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public function __construct(
5959
$storage = new \OAuth\Common\Storage\Memory();
6060
}
6161
if (!isset($helper)) {
62+
/** @phpstan-ignore-next-line */
6263
$helper = new Utility(new HTTPUtility(), new HmacFactory(ObjectManager::getInstance()));
6364
}
6465
if (!isset($signature)) {

0 commit comments

Comments
 (0)