title | issue |
---|---|
Allow creating order with customer comment and affiliate tracking via store api |
NEXT-11126 |
- Added a third parameter
RequestDataBag
in\Shopware\Core\Checkout\Cart\SalesChannel\CartService::order
and in\Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute::order
to allow passingcustomerComment
,affiliateCode
andcampaignCode
attributes when creating order via store api.