forked from organicmaps/organicmaps
[booking] Fix booking url parameters
This commit is contained in:
parent
99e83b9e6e
commit
730e48bbb0
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ string BookingApi::GetBookingUrl(string const & baseUrl, string const & /* lang
|
|||
|
||||
string BookingApi::GetDescriptionUrl(string const & baseUrl, string const & /* lang */) const
|
||||
{
|
||||
return baseUrl + "?affiliate_id=" + m_affiliateId;
|
||||
return baseUrl + "?aid=" + m_affiliateId;
|
||||
}
|
||||
|
||||
void BookingApi::GetMinPrice(string const & hotelId, string const & currency,
|
||||
|
|
Loading…
Add table
Reference in a new issue