Prevent users that have never subscribed to subscribe on Eboutic

This commit is contained in:
Skia
2016-12-20 23:27:54 +01:00
parent 4edd535460
commit 13785fd520
3 changed files with 34 additions and 30 deletions

View File

@ -332,6 +332,7 @@ SITH_COUNTER_PRODUCTTYPE_REFILLING = 11
# Defines which product is the one year subscription and which one is the six month subscription
SITH_PRODUCT_SUBSCRIPTION_ONE_SEMESTER = 93
SITH_PRODUCT_SUBSCRIPTION_TWO_SEMESTERS = 94
SITH_PRODUCTTYPE_SUBSCRIPTION = 23
# Subscription durations are in semestres
# Be careful, modifying this parameter will need a migration to be applied