Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 560 Bytes

2020-09-22-fix-sales-channel-doamin-currency.md

File metadata and controls

8 lines (8 loc) · 560 Bytes
Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 3 column 16
---
title: Fix sales channel doamin currency
issue: NEXT-7010
author_github: @Dominik28111
---

Core

  • Added new $currencyId parameter to Shopware\Core\System\SalesChannel\Context\SalesChannelContextService and Shopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler This parameter will be required with 6.4.0.0.
  • Changed method resolve() and handleSalesChannelContext() in Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver to pass the currency provided by the request attributes to the SalesChannelContextService.