Fix suspension && paso a plantilla de caso de uso

This commit is contained in:
2026-02-26 17:47:32 +01:00
parent ca1144b55c
commit 8ca3d095e6
3 changed files with 14 additions and 4 deletions

View File

@@ -143,7 +143,7 @@ export class SimController {
}
const iccid = msgData.payload.iccid
const res = await this.tryUseCase(msg, this.useCases.suspend({
const res = await this.tryUseCase(msg, this.useCases.reActivate({
dueDate: this.genDueDate(2 * 60).toISOString(),
identifier: {
identifierType: "ICCID",