API: Allow devices to access gift cards

This commit is contained in:
Raphael Michel
2020-03-02 12:19:19 +01:00
parent 3d41d1331a
commit 1539eea664

View File

@@ -94,6 +94,7 @@ class Device(LoggedModel):
return {
'can_view_orders',
'can_change_orders',
'can_manage_gift_cards'
}
def get_event_permission_set(self, organizer, event) -> set: