forked from CGM_Public/pretix_original
Fix #957 -- Integrate BezahlCode and GiroCode
This commit is contained in:
@@ -175,6 +175,7 @@ class BankTransfer(BasePaymentProvider):
|
||||
'event': self.event,
|
||||
'code': self._code(payment.order),
|
||||
'order': payment.order,
|
||||
'amount': payment.amount,
|
||||
'settings': self.settings,
|
||||
'details': self.settings.get('bank_details', as_type=LazyI18nString),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user