()
| 80 | } |
| 81 | |
| 82 | dashedPPC () { |
| 83 | if (this.ppc.length === 12) { |
| 84 | return `${this.ppc.slice(0, 4)}-${this.ppc.slice(4, 8)}-${this.ppc.slice(8)}` |
| 85 | } |
| 86 | return this.ppc |
| 87 | } |
| 88 | |
| 89 | onClickStartSubscription () { |
| 90 | return this.openModalView(new SubscribeModal()) |
no outgoing calls
no test coverage detected