mirror of
https://github.com/dyrkin/luxmed-bot.git
synced 2025-12-21 21:33:12 +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,
|
||||
* "value": {
|
||||
* "canSelfConfirm": false,
|
||||
* "eventType": 1,
|
||||
* "isTelemedicine": false,
|
||||
* "npsToken": "babababa-9282-1662-a525-ababbabaa",
|
||||
* "reservationId": 2222222,
|
||||
* "serviceInstanceId": 33333333
|
||||
@@ -26,8 +24,6 @@ case class ReservationConfirmResponse(
|
||||
|
||||
case class ReservationConfirmValue(
|
||||
canSelfConfirm: Boolean,
|
||||
eventType: Long,
|
||||
isTelemedicine: Boolean,
|
||||
npsToken: String,
|
||||
reservationId: Long,
|
||||
serviceInstanceId: Long
|
||||
|
||||
Reference in New Issue
Block a user