Skip to content

Commit 09bebf1

Browse files
author
MinjiK
committed
modify readme
1 parent d5900a2 commit 09bebf1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,6 @@ amadeus.shopping.flightOffersSearch.get({
206206
// A full example can be found at https://github.com/amadeus4dev/amadeus-code-examples
207207
amadeus.shopping.flightOffersSearch.post(JSON.stringify(body))
208208

209-
// Flight Offers Search with additional parameters
210-
// check additional baggage options
211-
amadeus.shopping.flightOffers.pricing.post(JSON.stringify(body),{include: 'bags'})
212-
213209
// Flight Offers Price
214210
amadeus.shopping.flightOffersSearch.get({
215211
originLocationCode: 'SYD',
@@ -231,6 +227,10 @@ amadeus.shopping.flightOffersSearch.get({
231227
console.log(responseError);
232228
});
233229

230+
// Flight Offers Price with additional parameters
231+
// for example: check additional baggage options
232+
amadeus.shopping.flightOffers.pricing.post(JSON.stringify(body),{include: 'bags'})
233+
234234
// Flight Create Orders
235235
// To book the flight-offer(s) returned by the Flight Offers Price
236236
// and create a flight-order with travelers' information.

0 commit comments

Comments
 (0)