Fixed Taxi Vezet URL scheme

This commit is contained in:
r.kuznetsov 2019-04-18 11:11:24 +03:00 committed by yoksnod
parent 9b19b044b4
commit fd915aa0c2

View file

@ -165,7 +165,7 @@ void Api::GetAvailableProducts(ms::LatLon const & from, ms::LatLon const & to,
RideRequestLinks Api::GetRideRequestLinks(std::string const & productId, ms::LatLon const & from,
ms::LatLon const & to) const
{
return {"rto://order.rutaxi.ru/a.php?" + productId, "https://go.onelink.me/757212956/mapsmevezet"};
return {"vzt://order.rutaxi.ru/a.php?" + productId, "https://go.onelink.me/757212956/mapsmevezet"};
}
void MakeNearObject(std::string const & src, Object & dst)