()
| 1238 | setToSpanish () { return _.string.startsWith((this.get('preferredLanguage') || ''), 'es') } |
| 1239 | |
| 1240 | freeOnly () { |
| 1241 | return this.isStudent() || (features.freeOnly && !this.isPremium()) || (this.isAnonymous() && (this.get('country') === 'taiwan')) |
| 1242 | } |
| 1243 | |
| 1244 | subscribe (token, options = {}) { |
| 1245 | let left |
no test coverage detected