fix(can-list): 국가별로 통화가 표시되도록 수정
This commit is contained in:
@@ -17,7 +17,7 @@ class CanService(private val repository: CanRepository) {
|
||||
GeoCountry.KR -> "KRW"
|
||||
else -> "USD"
|
||||
}
|
||||
return repository.findAllByStatus(status = CanStatus.SALE)
|
||||
return repository.findAllByStatusAndCurrency(status = CanStatus.SALE, currency = currency)
|
||||
}
|
||||
|
||||
fun getCanStatus(member: Member, container: String): GetCanStatusResponse {
|
||||
|
||||
Reference in New Issue
Block a user