New subscription type for jewels

New condition to consider floats in subscriptions
This commit is contained in:
2017-08-29 18:26:27 +02:00
parent 94582a2d96
commit 3be64d6a8f
4 changed files with 80 additions and 128 deletions

View File

@ -484,10 +484,10 @@ SITH_SUBSCRIPTIONS = {
'price': 0,
'duration': 1,
},
'deux-mois-pour-bijoux': {
'deux-mois-essai': {
'name': _('Two month for free'),
'price': 0,
'duration': 0.34,
'duration': 0.33,
}
# To be completed....
}