Change license duration for mydetailhandel to 260 days

This commit is contained in:
Ramon Wenger 2022-12-13 13:56:58 +01:00
parent 1ebd8dd5bb
commit e256eac55b
1 changed files with 4 additions and 4 deletions

View File

@ -54,25 +54,25 @@ MYSKILLBOX_LICENSES = {
}, },
'978-3-0355-2276-1': { '978-3-0355-2276-1': {
'edition': TEACHER_KEY, 'edition': TEACHER_KEY,
'duration': 30, 'duration': 260,
'name': 'myDetailhandel DHA - Lehrpersonen (Lizenz)', 'name': 'myDetailhandel DHA - Lehrpersonen (Lizenz)',
'platform': DHA_PLATFORM 'platform': DHA_PLATFORM
}, },
'978-3-0355-2275-4': { '978-3-0355-2275-4': {
'edition': STUDENT_KEY, 'edition': STUDENT_KEY,
'duration': 30, 'duration': 260,
'name': 'myDetailhandel DHA - Lernende (Lizenz)', 'name': 'myDetailhandel DHA - Lernende (Lizenz)',
'platform': DHA_PLATFORM 'platform': DHA_PLATFORM
}, },
'978-3-0355-2274-7': { '978-3-0355-2274-7': {
'edition': TEACHER_KEY, 'edition': TEACHER_KEY,
'duration': 30, 'duration': 260,
'name': 'myDetailhandel DHF - Lehrpersonen (Lizenz)', 'name': 'myDetailhandel DHF - Lehrpersonen (Lizenz)',
'platform': DHF_PLATFORM 'platform': DHF_PLATFORM
}, },
'978-3-0355-2273-0': { '978-3-0355-2273-0': {
'edition': STUDENT_KEY, 'edition': STUDENT_KEY,
'duration': 30, 'duration': 260,
'name': 'myDetailhandel DHF - Lernende (Lizenz)', 'name': 'myDetailhandel DHF - Lernende (Lizenz)',
'platform': DHF_PLATFORM 'platform': DHF_PLATFORM
}, },