File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
207207amadeus .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
214210amadeus .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.
You can’t perform that action at this time.
0 commit comments