Add 90 days to subscription duration for yearly subscriptions
This commit is contained in:
parent
77eecefeb1
commit
f5b1c29085
|
|
@ -17,7 +17,7 @@ MYSKILLBOX_LICENSES = {
|
||||||
},
|
},
|
||||||
"978-3-0355-1860-3": {
|
"978-3-0355-1860-3": {
|
||||||
'edition': STUDENT_KEY,
|
'edition': STUDENT_KEY,
|
||||||
'duration': 365,
|
'duration': 455,
|
||||||
'name': 'Student 1 year'
|
'name': 'Student 1 year'
|
||||||
},
|
},
|
||||||
"978-3-0355-1862-7": {
|
"978-3-0355-1862-7": {
|
||||||
|
|
@ -32,7 +32,7 @@ MYSKILLBOX_LICENSES = {
|
||||||
},
|
},
|
||||||
"978-3-0355-1823-8": {
|
"978-3-0355-1823-8": {
|
||||||
'edition': TEACHER_KEY,
|
'edition': TEACHER_KEY,
|
||||||
'duration': 365,
|
'duration': 455,
|
||||||
'name': 'Teacher 1 year'
|
'name': 'Teacher 1 year'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue