Allow to add a custom text above the payment choice

This commit is contained in:
Raphael Michel
2019-02-01 15:17:24 +01:00
parent 4dae224d73
commit c9415cba2b
4 changed files with 19 additions and 0 deletions

View File

@@ -93,6 +93,10 @@ DEFAULTS = {
'default': '30',
'type': int
},
'payment_explanation': {
'default': '',
'type': LazyI18nString
},
'payment_term_days': {
'default': '14',
'type': int