We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b35ff commit 38d2923Copy full SHA for 38d2923
docs/discounts/discounts_api.md
@@ -113,7 +113,7 @@ The example below contains a Command creating a cart discount. The discount:
113
- [depends](#conditions) on
114
- being bought from Germany or France
115
- 2 products
116
- - a `summer10` [discount code](#discount-codes) which can be used unlimited number of times
+ - a `summer10` [discount code](#discount-codes) which can be used only 10 times, but a single customer can use the code multiple times
117
118
``` php hl_lines="60-66 68-92"
119
[[= include_file('code_samples/discounts/src/Command/ManageDiscountsCommand.php') =]]
0 commit comments