forked from CGM_Public/pretix_original
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