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);
7
votes
