[android] Revert discount value for hotel price

This commit is contained in:
Dmitry Donskoy 2018-08-08 15:39:00 +03:00 committed by Aleksey Belousov
parent e343a612a7
commit b90c95a026

View file

@ -43,7 +43,7 @@ public class HotelPriceInfo
public int getDiscount()
{
return 20;
return mDiscount;
}
public boolean hasSmartDeal()