Add an options parameter to pass number of people to Mews distributor
Currently we have:
…
distributor.setLanguageCode(languageCode);
distributor.setCurrencyCode(currencyCode);
distributor.setStartDate(date);
distributor.setEndDate(date);
…
Can we please have:
distributor.setAdults(5);
9
votes
virginia
shared this idea
-
lauri commented
And also add the possibility to add adult and children count to deep links
-
maxime commented
Yes and easy to implement! Thanks
-
jordi commented
That will be quite useful!