public function testOrderCartDe(): void
{ $context = Context::
createDefaultContext();
$customerId =
$this->
createCustomer($context);
$cartService =
$this->
getContainer()->
get(CartService::
class);
$options =
[ SalesChannelContextService::LANGUAGE_ID =>
$this->
getDeDeLanguageId(),
SalesChannelContextService::CUSTOMER_ID =>
$customerId,
SalesChannelContextService::SHIPPING_METHOD_ID =>
$this->
createShippingMethod(),
];
$salesChannelContext =
$this->
getContainer()->
get(SalesChannelContextFactory::
class) ->
create(Uuid::
randomHex(), TestDefaults::SALES_CHANNEL,
$options);
$productId = Uuid::
randomHex();
$product =
[ 'id' =>
$productId,
'productNumber' =>
$productId,
'name' =>
[ 'de-DE' => 'test',