mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Stripe: Support for restricted keys
This commit is contained in:
@@ -7,6 +7,7 @@ from pretix.base.models import Event, Organizer, Team, User
|
||||
valid_secret_key_values = [
|
||||
'sk_',
|
||||
'sk_foo',
|
||||
'rk_bla',
|
||||
]
|
||||
|
||||
valid_publishable_key_values = [
|
||||
|
||||
Reference in New Issue
Block a user