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) => {
body.client = {
type: 'WEB',
type: 'IPH',
id: 'CMTA',
name: 'webapp',
l: '' // todo: what is this?
v: '2',
name: 'CapMetro'
}
body.ext = 'SBB.TZT.1'
body.ver = '1.13'
body.auth = {type: 'AID', aid: 'weblwemrcrlwemlcri'}
// todo: `body.id = 'ztgcgxywk88bgm88'`
body.auth = {type: 'AID', aid: 'ioslaskdcndrjcmlsd'}
return body
}