mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Dekodi export: Deal with raw Stripe sources
Fix PRETIXEU-14B
This commit is contained in:
@@ -93,7 +93,7 @@ class DekodiNREIExporter(BaseExporter):
|
|||||||
'PTNo15': p.full_id or '',
|
'PTNo15': p.full_id or '',
|
||||||
})
|
})
|
||||||
elif p.provider.startswith('stripe'):
|
elif p.provider.startswith('stripe'):
|
||||||
src = p.info_data.get("source", "{}")
|
src = p.info_data.get("source", p.info_data)
|
||||||
payments.append({
|
payments.append({
|
||||||
'PTID': '81',
|
'PTID': '81',
|
||||||
'PTN': 'Stripe',
|
'PTN': 'Stripe',
|
||||||
|
|||||||
Reference in New Issue
Block a user