()
| 41 | } |
| 42 | |
| 43 | getMeta () { |
| 44 | return { title: $.i18n.t('account.payments_title') } |
| 45 | } |
| 46 | |
| 47 | onLoaded () { |
| 48 | this.prepaidMap = _.zipObject(_.map(this.prepaids.models, m => m.id), this.prepaids.models) |
nothing calls this directly
no outgoing calls
no test coverage detected