Compute guest counts server-side on booking create
Some checks failed
build-and-deploy / build-deploy (push) Failing after 29s
Some checks failed
build-and-deploy / build-deploy (push) Failing after 29s
This commit is contained in:
@@ -19,11 +19,9 @@ data class BookingCreateRequest(
|
||||
val expectedCheckOutAt: String,
|
||||
val guestPhoneE164: String? = null,
|
||||
val transportMode: String? = null,
|
||||
val adultCount: Int? = null,
|
||||
val childCount: Int? = null,
|
||||
val maleCount: Int? = null,
|
||||
val femaleCount: Int? = null,
|
||||
val totalGuestCount: Int? = null,
|
||||
val notes: String? = null
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user