Added new subscription for the new CA offer

This commit is contained in:
Francesco
2020-12-08 11:33:46 +01:00
committed by Skia
parent bfb66b352a
commit 1a091951e8
3 changed files with 304 additions and 251 deletions

View File

@ -533,6 +533,12 @@ SITH_SUBSCRIPTIONS = {
"name": _("Alternating cursus (-20%)"),
"price": 24,
"duration": 6,
},
# CA special offer
"un-an-offert-CA": {
"name": _("One year for free(CA offer)"),
"price": 0,
"duration": 2,
}
# To be completed....
}