Compare commits
2 Commits
9927268330
...
3a34401113
| Author | SHA1 | Date | |
|---|---|---|---|
| 3a34401113 | |||
| 2acf723c86 |
@@ -98,8 +98,8 @@ class ContentSeriesService(
|
||||
val minMaxPrice = repository.getSeriesContentMinMaxPrice(seriesId = seriesId)
|
||||
val minPrice = minMaxPrice.minPrice
|
||||
val maxPrice = minMaxPrice.maxPrice
|
||||
val rentalMinPrice = (minMaxPrice.minPrice * 0.7).toInt()
|
||||
val rentalMaxPrice = (minMaxPrice.maxPrice * 0.7).toInt()
|
||||
val rentalMinPrice = (minMaxPrice.minPrice * 0.6).toInt()
|
||||
val rentalMaxPrice = (minMaxPrice.maxPrice * 0.6).toInt()
|
||||
|
||||
val seriesContentList = getSeriesContentList(seriesId = seriesId, member = member, offset = 0, limit = 5)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user