Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Added rate limiter to adding a line item
issue: NEXT-23422
author: Michel Bade
author_email: [email protected]
author_github: @cyl3x
---
- Added
cart_add_line_item
to rate limiter configuration inShopwar\Core\Framework\Resources\config\packages\shopware
- Added constant
CART_ADD_LINE_ITEM
inShopware\Core\Framework\RateLimiter\RateLimiter
. - Added rate limiter
Shopware\Core\Framework\RateLimiter\Policy\SystemConfigLimiter
and policy typesystem_config
to allow limitation configuration withSystemConfigService
- Added policy type
system_config
toShopware\Core\Framework\RateLimiter
- Added rate limitation for api route
store-api.checkout.cart.add