Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Fix promotion priority
issue: NEXT-30912
author: Elias Lackner
author_email: [email protected]
author_github: @lacknere
---
- Added promotion priority to payload in
buildPayload
method ofPromotionItemBuilder
. - Added sorting by
priority
before building exclusions and calculating discounts tocalculate
method ofPromotionCalculator
.