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
---
- Added new
$currencyId
parameter toShopware\Core\System\SalesChannel\Context\SalesChannelContextService
andShopware\Core\Profiling\Checkout\SalesChannelContextServiceProfiler
This parameter will be required with 6.4.0.0. - Changed method
resolve()
andhandleSalesChannelContext()
inShopware\Core\Framework\Routing\SalesChannelRequestContextResolver
to pass the currency provided by the request attributes to theSalesChannelContextService
.