(options)
| 70 | }, |
| 71 | |
| 72 | joinByCodes (options) { |
| 73 | if (options == null) { options = {} } |
| 74 | return fetchJson('/db/prepaids/-/join-by-codes', _.assign({}, { |
| 75 | method: 'POST', |
| 76 | json: options |
| 77 | })) |
| 78 | }, |
| 79 | |
| 80 | getOrCreateTestLicense (options) { |
| 81 | if (options == null) { options = {} } |
nothing calls this directly
no outgoing calls
no test coverage detected