Add QR codes for pseudonymization ID

This commit is contained in:
Raphael Michel
2018-05-28 16:55:54 +02:00
parent 550ff4ff18
commit eb6063cc2d
10 changed files with 114 additions and 12 deletions

View File

@@ -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": [