dummy: set default value for origin and siret (#41515)

This commit is contained in:
Benjamin Dauvergne 2020-04-09 10:24:32 +02:00
parent fcd0177f88
commit 74a42e542d
1 changed files with 2 additions and 0 deletions

View File

@ -86,11 +86,13 @@ class Payment(PaymentCommon):
'caption': 'name of the requesting service, '
'to present in the user interface',
'type': str,
'default': 'origin',
},
{
'name': 'siret',
'caption': 'dummy siret parameter',
'type': str,
'default': 'siret',
},
{
'name': 'consider_all_response_signed',