Cron y errata de status
El paquete node-cron por algún motivo no funciona bien con el monorepo de yarn por algun motivo, he pasado a setInterval
This commit is contained in:
@@ -11,8 +11,8 @@ post {
|
||||
}
|
||||
|
||||
body:form-urlencoded {
|
||||
iccid: 8933201125065160422
|
||||
offer: SAVEFAMILY2
|
||||
iccid: 8933201125065160380
|
||||
offer: SAVEFAMILY1
|
||||
}
|
||||
|
||||
settings {
|
||||
|
||||
@@ -15,7 +15,7 @@ params:query {
|
||||
}
|
||||
|
||||
body:form-urlencoded {
|
||||
iccid: 8933201124059176320
|
||||
iccid: 8933201125065160380
|
||||
}
|
||||
|
||||
settings {
|
||||
|
||||
42
docs/sim-objenious/Cambio oferta.bru
Normal file
42
docs/sim-objenious/Cambio oferta.bru
Normal file
@@ -0,0 +1,42 @@
|
||||
meta {
|
||||
name: Cambio oferta
|
||||
type: http
|
||||
seq: 18
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{baseUrl}}actions/changeServices
|
||||
body: json
|
||||
auth: bearer
|
||||
}
|
||||
|
||||
auth:bearer {
|
||||
token: {{ws-access-token-partenaire}}
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"dueDate": "2026-02-06T15:05:15.458Z",
|
||||
"customerAccountCode": "9.49411.10",
|
||||
"offer": {
|
||||
"code": "SAVEFAMILY1",
|
||||
"services": []
|
||||
},
|
||||
"identifier": {
|
||||
"identifiers": [
|
||||
"8933201125065160380"
|
||||
],
|
||||
"identifierType": "ICCID"
|
||||
},
|
||||
"services": []
|
||||
}
|
||||
}
|
||||
|
||||
body:form-urlencoded {
|
||||
dueDate: 2026-01-28T13:51:15.458Z
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Reference in New Issue
Block a user