Registro del estado/resultado de las operaciones de NOS
This commit is contained in:
@@ -69,8 +69,10 @@ export class SimNosController {
|
||||
console.log("[i] Evento activate ", msg)
|
||||
const data = this.validateMsg(msg) as SimEvents.activation
|
||||
const iccid = data.payload.iccid
|
||||
const correlation_id = data.headers?.message_id
|
||||
const res = await this.tryUseCase(msg, this.uscases.activate({
|
||||
iccid: iccid
|
||||
iccid: iccid,
|
||||
correlation_id: correlation_id
|
||||
}))
|
||||
|
||||
return res;
|
||||
|
||||
Reference in New Issue
Block a user