update CMTA credentials

This commit is contained in:
Jannis R 2019-02-15 14:57:05 +01:00
parent 1eeb0d7bd7
commit dafc96ad11
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5

View file

@ -4,15 +4,13 @@ const products = require('./products')
const transformReqBody = (body) => { const transformReqBody = (body) => {
body.client = { body.client = {
type: 'WEB', type: 'IPH',
id: 'CMTA', id: 'CMTA',
name: 'webapp', v: '2',
l: '' // todo: what is this? name: 'CapMetro'
} }
body.ext = 'SBB.TZT.1'
body.ver = '1.13' body.ver = '1.13'
body.auth = {type: 'AID', aid: 'weblwemrcrlwemlcri'} body.auth = {type: 'AID', aid: 'ioslaskdcndrjcmlsd'}
// todo: `body.id = 'ztgcgxywk88bgm88'`
return body return body
} }