mirror of
https://github.com/pretix/pretix.git
synced 2026-05-15 16:54:00 +00:00
Order details: Display payment information
This commit is contained in:
@@ -1488,8 +1488,8 @@ class Order(Versionable):
|
||||
STATUS_CANCELLED = "c"
|
||||
STATUS_REFUNDED = "r"
|
||||
STATUS_CHOICE = (
|
||||
(STATUS_PAID, _("pending")),
|
||||
(STATUS_PENDING, _("paid")),
|
||||
(STATUS_PENDING, _("pending")),
|
||||
(STATUS_PAID, _("paid")),
|
||||
(STATUS_EXPIRED, _("expired")),
|
||||
(STATUS_CANCELLED, _("cancelled")),
|
||||
(STATUS_REFUNDED, _("refunded"))
|
||||
|
||||
Reference in New Issue
Block a user