(prepaidId)
| 954 | } |
| 955 | |
| 956 | findCourseProduct (prepaidId) { |
| 957 | return _.find(this.activeProducts('course'), p => (p.prepaid + '') === (prepaidId + '')) |
| 958 | } |
| 959 | |
| 960 | fetchCreatorOfPrepaid (prepaid) { |
| 961 | return this.fetch({ url: `/db/prepaid/${prepaid.id}/creator` }) |
nothing calls this directly
no test coverage detected