File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
framework/Magento/TestFramework/Annotation
testsuite/Magento/GraphQl/Sales Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ private function inheritConfig(
203
203
]
204
204
];
205
205
$ objectManager = Bootstrap::getObjectManager ();
206
- if ($ scopeType === ScopeInterface::SCOPE_STORE && $ scopeCode !== null ) {
206
+ if ($ scopeType === ScopeInterface::SCOPE_STORES && $ scopeCode !== null ) {
207
207
$ store = $ objectManager ->get (StoreRepositoryInterface::class)->get ($ scopeCode )->getId ();
208
208
$ configData ['store ' ] = $ store ;
209
209
} elseif ($ scopeType === ScopeInterface::SCOPE_WEBSITES && $ scopeCode !== null ) {
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ protected function setUp(): void
56
56
} catch (NoSuchEntityException $ e ) {
57
57
}
58
58
}
59
+
59
60
/**
60
61
* @magentoApiDataFixture Magento/Sales/_files/customer_order_item_with_product_and_custom_options.php
61
62
*/
You can’t perform that action at this time.
0 commit comments