(options)
| 133 | }, |
| 134 | |
| 135 | setCountryGeo (options) { |
| 136 | if (options == null) { options = {} } |
| 137 | return fetchJson('/db/user/setUserCountryGeo', _.assign({}, options, { |
| 138 | method: 'PUT' |
| 139 | })) |
| 140 | }, |
| 141 | |
| 142 | fetchCreatorOfPrepaid ({ prepaidId }, options) { |
| 143 | if (options == null) { options = {} } |
nothing calls this directly
no outgoing calls
no test coverage detected