Skip to content

Commit 1553d12

Browse files
author
Michail Slabko
committed
MAGETWO-45453: Product API does not work properly for non-default store code
- fix static
1 parent 7d68fdf commit 1553d12

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/code/Magento/Webapi/Model/Soap/Server.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99

1010
use Magento\Framework\Webapi\Request;
1111

12+
/**
13+
* SOAP Server
14+
*
15+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
16+
*/
1217
class Server
1318
{
1419
const SOAP_DEFAULT_ENCODING = 'UTF-8';

0 commit comments

Comments
 (0)