커뮤니티 게시글 유료화 #182

Merged
klaus merged 7 commits from test into main 2024-05-24 14:44:15 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit fcfcb9845f - Show all commits

View File

@ -68,8 +68,8 @@ class CanService(private val repository: CanRepository) {
}
CanUsage.CHANGE_NICKNAME -> "닉네임 변경"
CanUsage.ORDER_CONTENT -> "콘텐츠 구매"
CanUsage.PAID_COMMUNITY_POST -> "게시글 보기"
CanUsage.ORDER_CONTENT -> "[콘텐츠 구매] ${it.audioContent!!.title}"
CanUsage.PAID_COMMUNITY_POST -> "[게시글 보기] ${it.communityPost?.member?.nickname ?: ""}"
}
val createdAt = it.createdAt!!