Rename default booking source from WALKIN to DIRECT
All checks were successful
build-and-deploy / build-deploy (push) Successful in 1m8s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 1m8s
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user