Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 14d835f

Browse files
authored
minor #13427 [Minor] Lineup documentation (lchrusciel)
This PR was merged into the 1.11 branch. Discussion ---------- | Q | A | --------------- | ----- | Branch? | 1.11 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Related tickets | | License | MIT <!-- - Bug fixes must be submitted against the 1.10 or 1.11 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 ------- b90bcab [Minor] Lineup documentation
2 parents b7df1bb + b90bcab commit 14d835f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/book/products/catalog_promotions.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,16 +193,16 @@ In API we will extend last command:
193193
"variants": ["Everyday_white_basic_T_Shirt-variant-1", "Everyday_white_basic_T_Shirt-variant-4"]
194194
}
195195
}
196-
],
197-
"actions": [
196+
],
197+
"actions": [
198198
{
199199
"type": "percentage_discount",
200200
"configuration": {
201201
"amount": 0.5
202202
}
203203
}
204-
],
205-
"translations": {
204+
],
205+
"translations": {
206206
"en_US": {
207207
"label": "T-shirt Promotion",
208208
"description": "T-shirt Promotion description",

0 commit comments

Comments
 (0)