Skip to content

Commit 33b81f3

Browse files
committed
ACP2E-4168: Bundle parent showing Out of stock even the child has instock in Graphql call
1 parent 1b1baf1 commit 33b81f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/api-functional/framework/Magento/TestFramework/App/ApiMutableScopeConfig.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ public function clean()
9494
* Persist config in database
9595
*
9696
* @param string $path
97-
* @param string $value
97+
* @param string|null $value
9898
* @param string $scopeType
9999
* @param string|null $scopeCode
100100
* @return void
101101
*/
102-
private function persistConfig(string $path, string $value, string $scopeType, ?string $scopeCode): void
102+
private function persistConfig(string $path, ?string $value, string $scopeType, ?string $scopeCode): void
103103
{
104104
$pathParts = explode('/', $path);
105105
$store = 0;

0 commit comments

Comments
 (0)