mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Fix #407 -- Integrate more Stripe payment methods
This commit is contained in:
@@ -463,6 +463,9 @@ class SettingsSandbox:
|
||||
self._type = typestr
|
||||
self._key = key
|
||||
|
||||
def get_prefix(self):
|
||||
return '%s_%s_' % (self._type, self._key)
|
||||
|
||||
def _convert_key(self, key: str) -> str:
|
||||
return '%s_%s_%s' % (self._type, self._key, key)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user