Fixed deeplink on iOS

This commit is contained in:
r.kuznetsov 2017-07-04 18:09:15 +03:00
parent cc5d86c214
commit 0f668dd297

View file

@ -119,7 +119,7 @@ RideRequestLinks Api::GetRideRequestLinks(std::string const & productId, ms::Lat
<< from.lat << "&startlon=" << from.lon << "&endlat=" << to.lat << "&endlon=" << to.lon;
#endif
return {deepLink.str(), ""};
return {deepLink.str(), deepLink.str()};
}
void MakeFromJson(std::string const & src, std::vector<taxi::Product> & products)