fix(utils): fix promotion case of each allocation not applying its total amount (#13199)
* fix(utils): fix promotion case of each allocation not applying its amount * chore: fixed tests --------- Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
@@ -464,7 +464,7 @@ moduleIntegrationTestRunner({
|
||||
type: "fixed",
|
||||
target_type: "items",
|
||||
allocation: "each",
|
||||
value: 500,
|
||||
value: 100,
|
||||
max_quantity: 5,
|
||||
target_rules: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user