mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Add QR codes for pseudonymization ID
This commit is contained in:
@@ -76,7 +76,8 @@ def order(event, item, taxrule, question):
|
||||
variation=None,
|
||||
price=Decimal("23"),
|
||||
attendee_name="Peter",
|
||||
secret="z3fsn8jyufm5kpk768q69gkbyr5f4h6w"
|
||||
secret="z3fsn8jyufm5kpk768q69gkbyr5f4h6w",
|
||||
pseudonymization_id="ABCDEFGHKL",
|
||||
)
|
||||
op.answers.create(question=question, answer='S')
|
||||
return o
|
||||
@@ -97,6 +98,7 @@ TEST_ORDERPOSITION_RES = {
|
||||
"tax_rule": None,
|
||||
"secret": "z3fsn8jyufm5kpk768q69gkbyr5f4h6w",
|
||||
"addon_to": None,
|
||||
"pseudonymization_id": "ABCDEFGHKL",
|
||||
"checkins": [],
|
||||
"downloads": [],
|
||||
"answers": [
|
||||
|
||||
Reference in New Issue
Block a user