Bug preactivacion si id de operacion
This commit is contained in:
@@ -18,9 +18,10 @@ export namespace SimEvents {
|
||||
}
|
||||
|
||||
export type preActivation = DomainEvent & {
|
||||
key: `sim.${string}.preActivate`,
|
||||
key: `sim.${string}.preactivate`,
|
||||
payload: {
|
||||
iccid: string
|
||||
iccid: string,
|
||||
orderId?: string // Solo Alai
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user