Skip to content

Commit 27bbe34

Browse files
authored
update readme
1 parent a02190b commit 27bbe34

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,12 @@ List of supported endpoints
194194
amadeus.shopping.flight_dates.get(origin='MAD', destination='MUC')
195195
196196
# Flight Offers Search GET
197-
amadeus.shopping.flight_offers_search.get(originLocationCode='SYD', destinationLocationCode='BKK', departureDate='2021-04-01', adults=1)
197+
amadeus.shopping.flight_offers_search.get(originLocationCode='SYD', destinationLocationCode='BKK', departureDate='2022-06-01', adults=1)
198198
# Flight Offers Search POST
199199
amadeus.shopping.flight_offers_search.post(body)
200200
201201
# Flight Offers Price
202-
flights = amadeus.shopping.flight_offers_search.get(originLocationCode='SYD', destinationLocationCode='BKK', departureDate='2021-04-01', adults=1).data
202+
flights = amadeus.shopping.flight_offers_search.get(originLocationCode='SYD', destinationLocationCode='BKK', departureDate='2022-06-01', adults=1).data
203203
amadeus.shopping.flight_offers.pricing.post(flights[0])
204204
amadeus.shopping.flight_offers.pricing.post(flights[0:2], include='credit-card-fees,other-services')
205205

0 commit comments

Comments
 (0)