From bec53973065010f54cd2f92c6c42bd573a943e68 Mon Sep 17 00:00:00 2001 From: swayangjit Date: Fri, 29 Mar 2019 15:01:15 +0530 Subject: [PATCH] Issue #SB-11407 fix : Updated enroll course request and Genie SDK version. --- buildConfig/build-extras.gradle | 4 ++-- src/pages/course-batches/course-batches.ts | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/buildConfig/build-extras.gradle b/buildConfig/build-extras.gradle index 417e5f009..9a97bb16c 100644 --- a/buildConfig/build-extras.gradle +++ b/buildConfig/build-extras.gradle @@ -327,8 +327,8 @@ android { dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') - compile "org.ekstep.genieservices:genie-providers:1.0.945" - compile "org.ekstep.genieservices:genie-integration:1.0.945" + compile "org.ekstep.genieservices:genie-providers:1.0.948" + compile "org.ekstep.genieservices:genie-integration:1.0.948" compile ("com.google.android.gms:play-services-analytics:9.4.0") compile('com.crashlytics.sdk.android:crashlytics:2.9.4@aar') { transitive = true; diff --git a/src/pages/course-batches/course-batches.ts b/src/pages/course-batches/course-batches.ts index 5bb44abf0..4040a2852 100644 --- a/src/pages/course-batches/course-batches.ts +++ b/src/pages/course-batches/course-batches.ts @@ -110,7 +110,8 @@ export class CourseBatchesPage implements OnInit { userId: this.userId, courseId: item.courseId, contentId: item.courseId, - batchId: item.id + batchId: item.id, + batchStatus: item.status }; this.courseService.enrollCourse(enrollCourseRequest) .then((data: any) => {