mirror of
https://github.com/dyrkin/luxmed-bot.git
synced 2025-12-24 06:28:37 +01:00
#80 fixed bug when the bot books an appointment but doesn't send a notification to a user and doesn't cancel monitoring
This commit is contained in:
@@ -7,8 +7,6 @@ package com.lbs.api.json.model
|
|||||||
* "hasWarnings": false,
|
* "hasWarnings": false,
|
||||||
* "value": {
|
* "value": {
|
||||||
* "canSelfConfirm": false,
|
* "canSelfConfirm": false,
|
||||||
* "eventType": 1,
|
|
||||||
* "isTelemedicine": false,
|
|
||||||
* "npsToken": "babababa-9282-1662-a525-ababbabaa",
|
* "npsToken": "babababa-9282-1662-a525-ababbabaa",
|
||||||
* "reservationId": 2222222,
|
* "reservationId": 2222222,
|
||||||
* "serviceInstanceId": 33333333
|
* "serviceInstanceId": 33333333
|
||||||
@@ -26,8 +24,6 @@ case class ReservationConfirmResponse(
|
|||||||
|
|
||||||
case class ReservationConfirmValue(
|
case class ReservationConfirmValue(
|
||||||
canSelfConfirm: Boolean,
|
canSelfConfirm: Boolean,
|
||||||
eventType: Long,
|
|
||||||
isTelemedicine: Boolean,
|
|
||||||
npsToken: String,
|
npsToken: String,
|
||||||
reservationId: Long,
|
reservationId: Long,
|
||||||
serviceInstanceId: Long
|
serviceInstanceId: Long
|
||||||
|
|||||||
Reference in New Issue
Block a user