We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f45ac0 commit 2f4645cCopy full SHA for 2f4645c
dev/tests/api-functional/framework/Magento/TestFramework/TestCase/Webapi/Adapter/Soap.php
@@ -122,8 +122,7 @@ public function generateWsdlUrl($services, $storeCode = null)
122
/** Sort list of services to avoid having different WSDL URLs for the identical lists of services. */
123
//TODO: This may change since same resource of multiple versions may be allowed after namespace changes
124
ksort($services);
125
- /** @var \Magento\Store\Model\StoreManagerInterface $storeManager */
126
- if ($storeCode !== null) {
+ if ($storeCode == null) {
127
$storeCode = Bootstrap::getObjectManager()
128
->get('Magento\Store\Model\StoreManagerInterface')
129
->getStore()
0 commit comments