Stripe: Support for restricted keys

This commit is contained in:
Raphael Michel
2018-03-26 23:02:23 +02:00
parent 35a6a1883c
commit c9f5828eb9
4 changed files with 13 additions and 9 deletions

View File

@@ -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 = [