We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e3991 commit 709c7d5Copy full SHA for 709c7d5
README.md
@@ -217,7 +217,7 @@ FlightDestination[] flightDestinations = amadeus.shopping.flightDestinations.get
217
// Flight Cheapest Date Search
218
FlightDate[] flightDates = amadeus.shopping.flightDates.get(Params
219
.with("origin", "NYC")
220
- .and("destination", "MAD");
+ .and("destination", "MAD"));
221
222
// Flight Low-fare Search
223
FlightOffer[] flightOffers = amadeus.shopping.flightOffers.get(Params
0 commit comments