구매내역

- 알람 슬롯 구매 내역 표시
This commit is contained in:
Klaus 2024-07-25 22:07:43 +09:00
parent 766d9668c2
commit 4a264d90d4
1 changed files with 1 additions and 0 deletions

View File

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