mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
New subscription type for jewels
New condition to consider floats in subscriptions
This commit is contained in:
@ -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....
|
||||
}
|
||||
|
Reference in New Issue
Block a user