Add 90 days to subscription duration for yearly subscriptions

This commit is contained in:
Christian Cueni 2021-06-29 10:52:36 +02:00
parent 77eecefeb1
commit f5b1c29085
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ MYSKILLBOX_LICENSES = {
},
"978-3-0355-1860-3": {
'edition': STUDENT_KEY,
'duration': 365,
'duration': 455,
'name': 'Student 1 year'
},
"978-3-0355-1862-7": {
@ -32,7 +32,7 @@ MYSKILLBOX_LICENSES = {
},
"978-3-0355-1823-8": {
'edition': TEACHER_KEY,
'duration': 365,
'duration': 455,
'name': 'Teacher 1 year'
}
}