Skip to content

Commit

Permalink
!front has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
jbpenrath committed Dec 12, 2023
1 parent acf0903 commit 64ca331
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/frontend/js/utils/ProductHelper/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,8 @@ export class ProductHelper {
static getActiveOrderGroups(courseProductRelation: CourseProductRelation) {
return courseProductRelation.order_groups?.filter((orderGroup) => orderGroup.is_active);
}

static getTest() {
return 'test';
}
}

0 comments on commit 64ca331

Please sign in to comment.