(clientId, options)
| 63 | }, |
| 64 | |
| 65 | getByClient (clientId, options) { |
| 66 | if (options == null) { options = {} } |
| 67 | if (options.data == null) { options.data = {} } |
| 68 | options.data.client = clientId |
| 69 | return fetchJson('/db/prepaid/client', options) |
| 70 | }, |
| 71 | |
| 72 | joinByCodes (options) { |
| 73 | if (options == null) { options = {} } |
nothing calls this directly
no outgoing calls
no test coverage detected