File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/amadeus/namespaces/booking Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -405,7 +405,7 @@ amadeus.shopping.hotelOffersSearch.get({
405405// Check offer conditions of a specific offer id
406406amadeus .shopping .hotelOfferSearch (' XXX' ).get ()
407407
408- // Hotel Booking API V2
408+ // Hotel Booking API v2
409409amadeus .booking .hotelOrders .post ({
410410 guests: [],
411411 travelAgent: {},
@@ -414,7 +414,7 @@ amadeus.booking.hotelOrders.post({
414414})
415415
416416
417- // Hotel Booking API V1
417+ // Hotel Booking API v1
418418amadeus .booking .hotelBookings .post (
419419 JSON .stringify ({
420420 ' offerId' : ' XXX' ,
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class FlightOrders {
2828 * amadeus.booking.flightOrders.post({
2929 * 'type': 'flight-order',
3030 * 'flightOffers': [],
31- * 'traveler ': []
31+ * 'travelers ': []
3232 * });
3333 * ```
3434 */
You can’t perform that action at this time.
0 commit comments