Rename default booking source from WALKIN to DIRECT
All checks were successful
build-and-deploy / build-deploy (push) Successful in 1m8s

This commit is contained in:
androidlover5842
2026-02-04 15:23:46 +05:30
parent 59a50d4313
commit c549418c42
3 changed files with 3 additions and 3 deletions

View File

@@ -1551,7 +1551,7 @@ BOOKING APIS
Request body (BookingCreateRequest):
{
"source": "WALKIN",
"source": "DIRECT",
"expectedCheckInAt": "2026-02-05T12:00:00+05:30",
"expectedCheckOutAt": "2026-02-06T11:00:00+05:30"
}