(options)
| 41 | }, |
| 42 | |
| 43 | getOwn (options) { |
| 44 | if (options == null) { options = {} } |
| 45 | if (options.data == null) { options.data = {} } |
| 46 | options.data.creator = me.id |
| 47 | return fetchJson('/db/prepaid', options) |
| 48 | }, |
| 49 | |
| 50 | post (options) { |
| 51 | if (options == null) { options = {} } |
nothing calls this directly
no outgoing calls
no test coverage detected