Skip to content

Commit be9e1f2

Browse files
committed
Review suggestions
1 parent 176133d commit be9e1f2

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

code_samples/data_migration/examples/discounts/discount_code_create.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
type: discount_code
22
mode: create
3-
code: TEST_CODE
3+
code: summer10
44
global_usage_limit: 100 # Optional
55
user_usage_limit: 5 # Optional
66
created_at: '2023-01-01T12:00:00+00:00' # Optional

docs/release_notes/ibexa_dxp_v4.6.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ month_change: true
1313
[[% set version = 'v4.6.22' %]]
1414
[[= release_note_entry_begin("Discounts " + version, 'TODO', ['LTS Update', 'Commerce']) =]]
1515

16-
#### Global discount codes
16+
#### Global discount codes limits
1717

18-
- You can now [limit the number of times](discounts_guide.md#discount-codes) a discount code can be used before it expires
18+
- You can now [limit the number of times](discounts_guide.md#discount-codes) a discount code can be used before it expires. The discounts created before this release have unlimited global usage
1919

2020
#### Discount codes prioritization
2121

@@ -43,11 +43,10 @@ The PHP API has been enhanced with the following new classes:
4343
- TODO
4444

4545
#### Full changelog
46+
4647
[[% include 'snippets/release_46.md' %]]
4748
[[= release_note_entry_end() =]]
4849

49-
50-
5150
[[% set version = 'v4.6.21' %]]
5251

5352
[[= release_note_entry_begin("Discounts " + version, '2025-06-11', ['LTS Update', 'Commerce']) =]]

0 commit comments

Comments
 (0)