Merged in feat/booking-flow-submit (pull request #580)

This implements the actual call to the API to create a booking. That’s the only thing it does, it doesn’t handle the response in any way.

This PR is just to get it there and the new booking sub team will handle it further, with payment etc.

Approved-by: Michael Zetterberg
Approved-by: Fredrik Thorsson
Approved-by: Simon.Emanuelsson
This commit is contained in:
Niclas Edenvin
2024-09-20 13:05:23 +00:00
parent d1621f77ac
commit b9dbcf7d90
9 changed files with 268 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ export namespace endpoints {
hotels = "hotel/v1/Hotels",
intiateSaveCard = `${creditCards}/initiateSaveCard`,
deleteCreditCard = `${profile}/creditCards`,
booking = "booking/v1/Bookings",
}
}