diff --git a/docs/discounts/discounts_api.md b/docs/discounts/discounts_api.md index b14d871a66..c659df435d 100644 --- a/docs/discounts/discounts_api.md +++ b/docs/discounts/discounts_api.md @@ -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') =]] ```