Skip to content

Commit

Permalink
Issue #SB-11407 fix: Added the batch status in EnrollCourseRequest.
Browse files Browse the repository at this point in the history
  • Loading branch information
AmiableAnil committed Mar 29, 2019
1 parent 85f5e5f commit de65213
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/course/bean.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export class EnrollCourseRequest {
courseId: string;
contentId: string;
batchId: string;
batchStatus: Number;
}

export class UnenrolCourseRequest {
Expand Down

0 comments on commit de65213

Please sign in to comment.