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

@@ -145,7 +145,7 @@ class BookingFlow(
property = property,
primaryGuest = guest,
status = BookingStatus.OPEN,
source = request.source?.trim().takeIf { !it.isNullOrBlank() } ?: "WALKIN",
source = request.source?.trim().takeIf { !it.isNullOrBlank() } ?: "DIRECT",
checkinAt = null,
expectedCheckinAt = expectedCheckInAt,
expectedCheckoutAt = expectedCheckOutAt,