Add 1 day cotiz

This commit is contained in:
Soldat
2018-09-20 14:30:35 +02:00
parent be36b7f38a
commit 2fca548e15
3 changed files with 35 additions and 0 deletions

View File

@ -512,6 +512,11 @@ SITH_SUBSCRIPTIONS = {
'name': _('Six weeks for free'),
'price': 0,
'duration': 0.23,
},
'un-jour': {
'name': _('Un jour'),
'price': 0,
'duration': 0.00555333,
}
# To be completed....
}