Skip to content

Commit

Permalink
add to enum
Browse files Browse the repository at this point in the history
  • Loading branch information
sveneberth committed Dec 3, 2024
1 parent 1b09d4c commit 690aca4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/viur/shop/types/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ class OrderState(enum.Enum):
ORDERED = "ordered"
"""Customer completed this order and clicked on buy"""

CHECKOUT_IN_PROGRESS = "checkout_in_progress"
"""Customer started the checkout"""

PAID = "paid"
"""Payment completed"""

Expand Down

0 comments on commit 690aca4

Please sign in to comment.