(options)
| 78 | }, |
| 79 | |
| 80 | getOrCreateTestLicense (options) { |
| 81 | if (options == null) { options = {} } |
| 82 | return fetchJson('/db/prepaids/-/test-student-license', _.assign({}, { |
| 83 | method: 'POST', |
| 84 | json: options |
| 85 | })) |
| 86 | }, |
| 87 | |
| 88 | detailsByCodes (code, options) { |
| 89 | if (options == null) { options = {} } |
nothing calls this directly
no outgoing calls
no test coverage detected