Skip to content

Commit 87cb1a7

Browse files
committed
add discount
1 parent 77f1ee7 commit 87cb1a7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

fixture/openCourse.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ exports.CourseInvite = [];
2121
exports.CourseParticipant = [];
2222
exports.CourseFeedback = [];
2323

24+
exports.Discount = [{
25+
onlyModule: 'courses',
26+
discount: 1,
27+
code: '14052015'
28+
}];
29+
2430
exports.CourseGroup = [
2531
{
2632
course: '5569b7fc097bf243c1d54e5b',

0 commit comments

Comments
 (0)