File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,6 +36,30 @@ You can use the configuration values from [test-config.toml](/test-config.toml).
3636Make sure the entry ` pretix_base_url ` matches the port of your mock:
3737If 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
4165If you want to use a real Pretix instance, make sure the ` [configuration] ` section in your bot
You can’t perform that action at this time.
0 commit comments