Skip to content

Commit dfda86e

Browse files
committed
Document Pretix Mock content
1 parent 9d6f076 commit dfda86e

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

docs/pretix-client-setup.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,30 @@ You can use the configuration values from [test-config.toml](/test-config.toml).
3636
Make sure the entry `pretix_base_url` matches the port of your mock:
3737
If you use `python pretix-mock.py --port 8888`, set `pretix_base_url` to `http://localhost:8888`.
3838

39+
### Mock Pretix Content
40+
41+
The mock contains five Pretix orders:
42+
43+
Order 'AAAAA' (paid)
44+
- Business Combined Ticket for 'Jane Doe'
45+
- Business Tutorial Ticket for 'John Doe'
46+
- Childcare
47+
48+
Order 'BBB22' (paid)
49+
- Volunteer Ticket for 'Minta János'
50+
- Speaker Ticket for 'Minta Kata'
51+
- T-Shirt
52+
53+
Order 'CCC33' (paid)
54+
- Personal Remote Ticket for 'Martina Mustermann'
55+
56+
Order 'DDDD44' (paid)
57+
- Sponsor Ticket for 'Seán Ó Rudaí'
58+
- T-Shirt
59+
60+
Order 'EEE55' (payment pending)
61+
- Personal Late Conference Ticket for 'Numerius Negidius'
62+
3963
## Real Pretix Instance
4064

4165
If you want to use a real Pretix instance, make sure the `[configuration]` section in your bot

0 commit comments

Comments
 (0)