(creatorId, options)
| 56 | }, |
| 57 | |
| 58 | getByCreator (creatorId, options) { |
| 59 | if (options == null) { options = {} } |
| 60 | if (options.data == null) { options.data = {} } |
| 61 | options.data.creator = creatorId |
| 62 | return fetchJson('/db/prepaid', options) |
| 63 | }, |
| 64 | |
| 65 | getByClient (clientId, options) { |
| 66 | if (options == null) { options = {} } |
nothing calls this directly
no outgoing calls
no test coverage detected