From a99616b1e017765b350a53f46ecbf121d645e83c Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 18 Jul 2019 15:00:17 +0200 Subject: [PATCH] API: Check-in response code for canceled --- doc/api/resources/checkinlists.rst | 7 ++++++- src/pretix/api/views/checkin.py | 1 + src/pretix/base/services/checkin.py | 6 +++--- src/tests/api/test_checkin.py | 17 +++++++++++++++++ 4 files changed, 27 insertions(+), 4 deletions(-) diff --git a/doc/api/resources/checkinlists.rst b/doc/api/resources/checkinlists.rst index 11805f3915..b03abb1800 100644 --- a/doc/api/resources/checkinlists.rst +++ b/doc/api/resources/checkinlists.rst @@ -548,6 +548,8 @@ Order position endpoints you do not implement question handling in your user interface, you **must** set this to ``false``. In that case, questions will just be ignored. Defaults to ``true``. + :