Compare commits
No commits in common. "3a34401113afe006602f9148755b37a397a6059e" and "9927268330cc12beb2c863b559e1c6707618a1a4" have entirely different histories.
3a34401113
...
9927268330
|
@ -98,8 +98,8 @@ class ContentSeriesService(
|
||||||
val minMaxPrice = repository.getSeriesContentMinMaxPrice(seriesId = seriesId)
|
val minMaxPrice = repository.getSeriesContentMinMaxPrice(seriesId = seriesId)
|
||||||
val minPrice = minMaxPrice.minPrice
|
val minPrice = minMaxPrice.minPrice
|
||||||
val maxPrice = minMaxPrice.maxPrice
|
val maxPrice = minMaxPrice.maxPrice
|
||||||
val rentalMinPrice = (minMaxPrice.minPrice * 0.6).toInt()
|
val rentalMinPrice = (minMaxPrice.minPrice * 0.7).toInt()
|
||||||
val rentalMaxPrice = (minMaxPrice.maxPrice * 0.6).toInt()
|
val rentalMaxPrice = (minMaxPrice.maxPrice * 0.7).toInt()
|
||||||
|
|
||||||
val seriesContentList = getSeriesContentList(seriesId = seriesId, member = member, offset = 0, limit = 5)
|
val seriesContentList = getSeriesContentList(seriesId = seriesId, member = member, offset = 0, limit = 5)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue