Skip to content

Commit 511b2c8

Browse files
committed
Fix hard-coded scope store in codebase
1 parent 55c4ff8 commit 511b2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Model/Order.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2053,7 +2053,7 @@ public function getCreatedAtFormatted($format)
20532053
$format,
20542054
$format,
20552055
$this->localeResolver->getDefaultLocale(),
2056-
$this->timezone->getConfigTimezone('store', $this->getStore())
2056+
$this->timezone->getConfigTimezone(ScopeInterface::SCOPE_STORE, $this->getStore())
20572057
);
20582058
}
20592059

0 commit comments

Comments
 (0)