()
| 81 | } |
| 82 | |
| 83 | typeDescriptionWithTime () { |
| 84 | const endDate = moment(this.get('endDate')).utc().format('ll') |
| 85 | let endAt = `<br>${i18n.t('teacher.status_enrolled')}` |
| 86 | endAt = endAt.replace('{{date}}', endDate) |
| 87 | return this.typeDescription() + endAt |
| 88 | } |
| 89 | |
| 90 | redeem (user, options) { |
| 91 | if (options == null) { options = {} } |
no test coverage detected