Allow to enter a custom text that needs to be confirmed during checkout

This commit is contained in:
Raphael Michel
2017-09-25 12:48:31 +02:00
parent 244b767f8f
commit 110d7c6acf
4 changed files with 27 additions and 1 deletions

View File

@@ -209,6 +209,10 @@ DEFAULTS = {
'default': None,
'type': str
},
'confirm_text': {
'default': None,
'type': str
},
'mail_prefix': {
'default': None,
'type': str