Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Issue #SB-11407 fix : Updated enroll course request and Genie SDK ver…
Browse files Browse the repository at this point in the history
…sion.
  • Loading branch information
swayangjit committed Mar 29, 2019
1 parent b4ea1ed commit bec5397
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buildConfig/build-extras.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
3 changes: 2 additions & 1 deletion src/pages/course-batches/course-batches.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit bec5397

Please sign in to comment.