Fix lazy-loading in booking billable nights endpoint
All checks were successful
build-and-deploy / build-deploy (push) Successful in 35s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 35s
This commit is contained in:
@@ -301,6 +301,7 @@ class BookingFlow(
|
|||||||
}
|
}
|
||||||
|
|
||||||
@PostMapping("/{bookingId}/billable-nights")
|
@PostMapping("/{bookingId}/billable-nights")
|
||||||
|
@Transactional(readOnly = true)
|
||||||
fun previewBillableNights(
|
fun previewBillableNights(
|
||||||
@PathVariable propertyId: UUID,
|
@PathVariable propertyId: UUID,
|
||||||
@PathVariable bookingId: UUID,
|
@PathVariable bookingId: UUID,
|
||||||
|
|||||||
Reference in New Issue
Block a user