chore: renamed get_course_meta to get_student_course_details

This commit is contained in:
scmmishra
2019-04-22 12:05:22 +05:30
parent 327334a830
commit d5973fe4bc
2 changed files with 3 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ export default {
},
methods: {
getCourseMeta() {
return lms.call('get_course_meta', {
return lms.call('get_student_course_details', {
course_name: this.course.name,
program_name: this.program_name
})