- 추가 슬롯 구매 기능 추가
This commit is contained in:
2024-07-25 21:53:29 +09:00
parent abb60f5743
commit 766d9668c2
3 changed files with 56 additions and 1 deletions

View File

@@ -96,6 +96,8 @@ class CanPaymentService(
recipientId = communityPost.member!!.id!!
useCan.communityPost = communityPost
useCan.member = member
} else if (canUsage == CanUsage.ALARM_SLOT) {
useCan.member = member
} else {
throw SodaException("잘못된 요청입니다.")
}