Files
pretix_cgo/src
Raphael Michel f4fcca19a4 Orders API: Fix race condition in voucher redemption (Z#23230391) (#6067)
The old code relied on the `Voucher.redeemed` value obtained *before*
the lock was taken, not afterwards.

The change in services/orders.py is functionally pointless, but it makes
the pattern of "fill availability only after lock" clearer and might
avoid introducing similar bugs in the future.
2026-04-29 19:57:08 +02:00
..
2024-03-31 23:14:57 +02:00
2025-09-19 14:34:30 +02:00
2025-10-10 15:32:46 +02:00
2026-03-24 16:33:28 +01:00