Skip to content

Commit 99ff6c7

Browse files
committed
update dates on readme
1 parent dfa85bc commit 99ff6c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ FlightOffer[] flightOffers = amadeus.shopping.flightOffers.get(Params
229229
FlightOfferSearch[] flightOffersSearches = amadeus.shopping.flightOffersSearch.get(
230230
Params.with("originLocationCode", "SYD")
231231
.and("destinationLocationCode", "BKK")
232-
.and("departureDate", "2020-04-01")
233-
.and("returnDate", "2020-04-05")
232+
.and("departureDate", "2020-11-01")
233+
.and("returnDate", "2020-11-08")
234234
.and("adults", 2)
235235
.and("max", 3));
236236

@@ -241,7 +241,7 @@ FlightOfferSearch[] flightOffersSearches = amadeus.shopping.flightOffersSearch.p
241241
// Flight Choice Prediction
242242
// Note that the example calls 2 APIs: Flight Low-fare Search & Flight Choice Prediction
243243
FlightOffer[] flightOffers = amadeus.shopping.flightOffers
244-
.get(Params.with("origin", "MAD").and("destination", "NYC").and("departureDate", "2020-04-01").and("max", "2"));
244+
.get(Params.with("origin", "MAD").and("destination", "NYC").and("departureDate", "2020-08-01").and("max", "2"));
245245

246246
// Using a JSonObject
247247
JsonObject result = flightOffers[0].getResponse().getResult();

0 commit comments

Comments
 (0)