Skip to content

Commit a8b10e6

Browse files
Fix typo in order ID - 'DDDD44' to 'DDD44' (#296)
* Fix typo in order ID - 'DDDD44' to 'DDD44' PD: I'm in the process of making the Pyladies bot work again and this is really useful! Thanks! * Fix another typo
1 parent a309ca8 commit a8b10e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pretix-client-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you use `python pretix-mock.py --port 8888`, set `pretix_base_url` to `http:/
4040

4141
The mock contains five Pretix orders:
4242

43-
Order 'AAAAA' (paid)
43+
Order 'AAA11' (paid)
4444
- Business Combined Ticket for 'Jane Doe'
4545
- Business Tutorial Ticket for 'John Doe'
4646
- Childcare
@@ -53,7 +53,7 @@ Order 'BBB22' (paid)
5353
Order 'CCC33' (paid)
5454
- Personal Remote Ticket for 'Martina Mustermann'
5555

56-
Order 'DDDD44' (paid)
56+
Order 'DDD44' (paid)
5757
- Sponsor Ticket for 'Seán Ó Rudaí'
5858
- T-Shirt
5959

0 commit comments

Comments
 (0)