Skip to content

Commit

Permalink
bug #13077 [CatalogPromotion] Fix configuration of fixtures for actio…
Browse files Browse the repository at this point in the history
…ns and rules (GSadee)

This PR was merged into the 1.11-dev branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | master
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | fixes #13055
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.9 or 1.10 branch (the lowest possible)
 - Features and deprecations must be submitted against the master branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->


Commits
-------

42371c8 [CatalogPromotion] Fix configuration of fixtures for actions and rules
  • Loading branch information
GSadee committed Sep 9, 2021
2 parents 88e659b + 42371c8 commit 8e36b77
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,11 @@ sylius_fixtures:
rules:
- type: 'for_variants'
configuration:
- 't_shirt_size_s'
- 't_shirt_size_l'
variants:
- '000F_office_grey_jeans-variant-0'
- '000F_office_grey_jeans-variant-1'
- '000F_office_grey_jeans-variant-2'
actions:
- type: 'percentage_discount'
configuration:
- amount: 0.5
amount: 0.5

0 comments on commit 8e36b77

Please sign in to comment.