Skip to content

Commit

Permalink
manually fixed openapi spec, insert CANCELLED variant for voucher status
Browse files Browse the repository at this point in the history
  • Loading branch information
lua authored and lua committed Feb 10, 2025
1 parent 17dad2c commit 76c99ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plenigo-client/plenigo/models/api_voucher_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

class ApiVoucherStatus(str, Enum):
ACTIVE = "ACTIVE"
CANCELLED = "CANCELLED"
DELETED = "DELETED"
INACTIVE = "INACTIVE"

Expand Down

0 comments on commit 76c99ee

Please sign in to comment.