Change test license duration, add "test" to description

This commit is contained in:
Ramon Wenger 2023-08-14 16:10:30 +02:00
parent bd077f1ad7
commit c3db7dd25f
1 changed files with 12 additions and 12 deletions

View File

@ -63,14 +63,14 @@ MYKV_LICENSES = {
},
"978-3-0355-2189-4": {
"edition": STUDENT_KEY,
"duration": 400,
"name": "Student test 1 month",
"duration": 30,
"name": "Student 1 Monat Testlizenz",
"platform": MYKV_PLATFORM,
},
"978-3-0355-2188-7": {
"edition": TEACHER_KEY,
"duration": 400,
"name": "Student test 1 month",
"duration": 30,
"name": "Lehrperson 1 Monat Testlizenz",
"platform": MYKV_PLATFORM,
},
}
@ -91,14 +91,14 @@ MYDHA_LICENSES = {
},
"978-3-0355-2276-1": {
"edition": TEACHER_KEY,
"duration": 260,
"name": "myDetailhandel DHA - Lehrpersonen (Lizenz)",
"duration": 30,
"name": "myDetailhandel DHA - Lehrpersonen (Testlizenz)",
"platform": MYDHA_PLATFORM,
},
"978-3-0355-2275-4": {
"edition": STUDENT_KEY,
"duration": 260,
"name": "myDetailhandel DHA - Lernende (Lizenz)",
"duration": 30,
"name": "myDetailhandel DHA - Lernende (Testlizenz)",
"platform": MYDHA_PLATFORM,
},
}
@ -119,14 +119,14 @@ MYDHF_LICENSES = {
},
"978-3-0355-2274-7": {
"edition": TEACHER_KEY,
"duration": 260,
"name": "myDetailhandel DHF - Lehrpersonen (Lizenz)",
"duration": 30,
"name": "myDetailhandel DHF - Lehrpersonen (Testlizenz)",
"platform": MYDHF_PLATFORM,
},
"978-3-0355-2273-0": {
"edition": STUDENT_KEY,
"duration": 260,
"name": "myDetailhandel DHF - Lernende (Lizenz)",
"duration": 30,
"name": "myDetailhandel DHF - Lernende (Testlizenz)",
"platform": MYDHF_PLATFORM,
},
}