refactor: url management in hotel reservation flow
This commit is contained in:
@@ -29,7 +29,7 @@ jest.mock("@/lib/api", () => ({
|
||||
}))
|
||||
|
||||
const booking = {
|
||||
hotel: "123",
|
||||
hotelId: "123",
|
||||
fromDate: "2100-01-01",
|
||||
toDate: "2100-01-02",
|
||||
rooms: [
|
||||
|
||||
Reference in New Issue
Block a user