Device security policy: Allow order payments for POS

This commit is contained in:
Raphael Michel
2021-02-02 15:47:16 +01:00
parent 07bed72b5e
commit 89da0847ca

View File

@@ -98,6 +98,7 @@ class PretixPosSecurityProfile(AllowListSecurityProfile):
('GET', 'api-v1:order-detail'),
('DELETE', 'api-v1:orderposition-detail'),
('POST', 'api-v1:order-mark_canceled'),
('POST', 'api-v1:orderpayment-list'),
('POST', 'api-v1:orderrefund-list'),
('POST', 'api-v1:orderrefund-done'),
('POST', 'api-v1:cartposition-list'),