-
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 maximum number of stops? #55
Comments
I believe MasterPricer supports it, but my library doesn't support this option yet. I'm currently investigating how to do this in |
I asked my collegues (who work in Amadeus Selling Platform).
i.e. the same thing as in MasterPricer. |
I found an option in MasterPricer in the docs called "progressive legs":
Is this what you need? |
I'll test MIC & MAC. See this as solved if I don't come back. :) |
No, the library doesn't support these options yet, I was just asking if these were the options you were looking for - so I could implement them! (in fact, I'm going to implement them anyway, just wanted to hear if these would solve your problem) |
Ah, sorry! |
Done! You can test it by setting the branch This feature will be added to the upcoming 1.3.0 release. See a sample here: https://github.com/amabnl/amadeus-ws-client/blob/master/docs/samples/masterpricertravelboard.rst#progressive-legs If this doesn't solve your problem, don't hesitate to re-open or create a new issue. |
…o master * commit '59434bf3310b381eeabeb7a956d7d5a8216e9f53': VAN-960 | (update) use tracing lib
In FareMasterPricerTbSearch I can use:
'requestedFlightTypes' => [Client\RequestOptions\FareMasterPricerTbSearch::FLIGHTTYPE_NONSTOP,];
if I don't want any stops at all.
Is it possible to search for example maximum 2 stops?
The text was updated successfully, but these errors were encountered: