diff --git a/app/code/Magento/Sales/Model/Order.php b/app/code/Magento/Sales/Model/Order.php index 4517ce3a32ca9..f79fe6422b613 100644 --- a/app/code/Magento/Sales/Model/Order.php +++ b/app/code/Magento/Sales/Model/Order.php @@ -1,6 +1,6 @@ localeResolver->getDefaultLocale(), - $this->timezone->getConfigTimezone('store', $this->getStore()) + $this->timezone->getConfigTimezone(ScopeInterface::SCOPE_STORE, $this->getStore()) ); }