mirror of
https://github.com/pretix/pretix.git
synced 2026-05-11 16:13:59 +00:00
Dekodi: Never encode money as strings
This commit is contained in:
@@ -158,7 +158,7 @@ class DekodiNREIExporter(BaseExporter):
|
||||
'PTNo4': None,
|
||||
'PTNo5': None,
|
||||
'PTNo6': None,
|
||||
'PTNo7': str(p.amount),
|
||||
'PTNo7': round(float(p.amount), 2),
|
||||
'PTNo8': str(self.event.currency),
|
||||
'PTNo9': None,
|
||||
'PTNo10': None,
|
||||
|
||||
Reference in New Issue
Block a user