Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/discounts/discounts_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ The example below contains a Command creating a cart discount. The discount:
- 2 products
- a `summer10` [discount code](#discount-codes) which can be used only 10 times, but a single customer can use the code multiple times

``` php hl_lines="60-67 69-97"
``` php hl_lines="46-53 55-81 83"
[[= include_file('code_samples/discounts/src/Command/ManageDiscountsCommand.php') =]]
```

Expand Down
Loading