forked from CGM_Public/pretix_original
Security Profiles: Add stripeterminal.paymentintent to POS (#2850)
This commit is contained in:
@@ -196,6 +196,7 @@ class PretixPosSecurityProfile(AllowListSecurityProfile):
|
|||||||
('POST', 'plugins:pretix_posbackend:posdebuglogentry-bulk-create'),
|
('POST', 'plugins:pretix_posbackend:posdebuglogentry-bulk-create'),
|
||||||
('GET', 'plugins:pretix_posbackend:poscashier-list'),
|
('GET', 'plugins:pretix_posbackend:poscashier-list'),
|
||||||
('POST', 'plugins:pretix_posbackend:stripeterminal.token'),
|
('POST', 'plugins:pretix_posbackend:stripeterminal.token'),
|
||||||
|
('POST', 'plugins:pretix_posbackend:stripeterminal.paymentintent'),
|
||||||
('PUT', 'plugins:pretix_posbackend:file.upload'),
|
('PUT', 'plugins:pretix_posbackend:file.upload'),
|
||||||
('GET', 'api-v1:revokedsecrets-list'),
|
('GET', 'api-v1:revokedsecrets-list'),
|
||||||
('GET', 'api-v1:event.settings'),
|
('GET', 'api-v1:event.settings'),
|
||||||
|
|||||||
Reference in New Issue
Block a user