-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fare_MasterPricerTravelBoardSearch additional options #20
Comments
Hi, Cabin class You can select a requested cabin code for your MasterPricer recommendations, and optionally you can provide a cabin option:
However, this library does not support the Cabin Option yet. Preferred airlines & direct flights
... But I went into the code just now and saw that the option actually isn't implemented. The same goes for specifying preferred airlines:
The option exists in my library, but it isn't implemented yet. Flexible days +/- 1 I am putting all of these limitations on my to-do list, and they will be included in the next release. |
With the commit mentioned above, it's now possible to do the things you requested - except requesting a different cabin code for different itineraries (as explained above). Please see the docs for sample messages: https://github.com/amabnl/amadeus-ws-client/blob/master/docs/samples/masterpricertravelboard.rst |
I'm getting this error with the latest commit for MPTB Amadeus\Client\Result Object ( [status] => ERR [messages] => Array ( [0] => Amadeus\Client\Result\NotOk Object ( [code] => 936 [text] => Invalid time option [level] => ) ) [response] => stdClass Object ( [errorMessage] => stdClass Object ( [applicationError] => stdClass Object ( [applicationErrorDetail] => stdClass Object ( [error] => 936 ) ) [errorMessageText] => stdClass Object ( [freeTextQualification] => stdClass Object ( [textSubjectQualifier] => 1 ) [description] => Invalid time option ) ) ) [responseXml] => 9361Invalid time option ) Is there any bug or something I need to change on my end for the latest commit? |
It should be backwards compatible, if I didn't make any mistakes at least. Can you give me the Request Options so I can investigate? And if you have a logger logging the requests & responses, can you also give me the generated request message? (you should probably obscure things like passwords & usernames while doing that) |
Ok, I just reproduced the error, I'm investigating. |
…asterPricerTravelBoard request (issue #20)
And it should be fixed now. Can you run |
Now it works perfectly. Thanks |
…AN-542-service.amadeus-add-opcache-to-php to master * commit 'bcff0d5bc24005475560657600820907e9683871': VAN-542 service.amadeus / add opcache to php image
Hello Friend,
Thank you very much for amadeus library.
I am using this library for my Project. My client have some additional features on Flight search (Fare_MasterPricerTravelBoardSearch) i need some information on following scenario
Could you please kindly share some examples request for above option.
Thanks in Advance
S Ratheepan
The text was updated successfully, but these errors were encountered: