Skip to content

Commit

Permalink
Fix enum spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilJohns1 committed Jan 23, 2025
1 parent 0eaf32e commit 62bded3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/payment/models/order.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

class Order(BaseModel, BasePermissionModel):
read_access = (Groups.TIHLDE,)
update_access = (AdminGroup.Index,)
update_access = (AdminGroup.INDEX,)

order_id = models.UUIDField(
auto_created=True, default=uuid.uuid4, primary_key=True, serialize=False
Expand Down

0 comments on commit 62bded3

Please sign in to comment.