amadeus4dev-examples / amadeus-php

PHP library for the Amadeus Self-Service APIs
https://amadeus4dev-examples.github.io/amadeus-php/
MIT License
11 stars 13 forks source link

fix wrong description in README #71

Closed xianqiliu closed 2 years ago

xianqiliu commented 2 years ago

change

$amadeus->getShopping()->getHotelOffer()->get("XXX");

to

$amadeus->getShopping()->getHotelOffer("XXX")->get();