feat(change message): 비비드 넥스트 -> 주식회사 소다라이브

This commit is contained in:
2025-11-03 11:24:48 +09:00
parent a05ada5df0
commit 01fad8d93c
3 changed files with 5 additions and 5 deletions

View File

@@ -1083,7 +1083,7 @@ class LiveRoomService(
val host = room.member ?: throw SodaException("잘못된 요청입니다.") val host = room.member ?: throw SodaException("잘못된 요청입니다.")
if (host.role != MemberRole.CREATOR) { if (host.role != MemberRole.CREATOR) {
throw SodaException("비비드넥스트와 계약한\n크리에이터에게만 후원을 하실 수 있습니다.") throw SodaException("주식회사 소다라이브와 계약한\n크리에이터에게만 후원을 하실 수 있습니다.")
} }
canPaymentService.spendCan( canPaymentService.spendCan(
@@ -1129,7 +1129,7 @@ class LiveRoomService(
val host = room.member ?: throw SodaException("잘못된 요청입니다.") val host = room.member ?: throw SodaException("잘못된 요청입니다.")
if (host.role != MemberRole.CREATOR) { if (host.role != MemberRole.CREATOR) {
throw SodaException("비비드넥스트와 계약한\n크리에이터에게만 후원을 하실 수 있습니다.") throw SodaException("주식회사 소다라이브와 계약한\n크리에이터에게만 후원을 하실 수 있습니다.")
} }
canPaymentService.spendCan( canPaymentService.spendCan(
@@ -1272,7 +1272,7 @@ class LiveRoomService(
val host = room.member ?: throw SodaException("잘못된 요청입니다.") val host = room.member ?: throw SodaException("잘못된 요청입니다.")
if (host.role != MemberRole.CREATOR) { if (host.role != MemberRole.CREATOR) {
throw SodaException("비비드넥스트와 계약한\n크리에이터에게만 후원을 하실 수 있습니다.") throw SodaException("주식회사 소다라이브와 계약한\n크리에이터에게만 후원을 하실 수 있습니다.")
} }
canPaymentService.spendCan( canPaymentService.spendCan(

View File

@@ -135,7 +135,7 @@ class NewRouletteService(
val host = room.member ?: throw SodaException("잘못된 요청입니다.") val host = room.member ?: throw SodaException("잘못된 요청입니다.")
if (host.role != MemberRole.CREATOR) { if (host.role != MemberRole.CREATOR) {
throw SodaException("비비드넥스트와 계약한\n크리에이터의 룰렛만 사용하실 수 있습니다.") throw SodaException("주식회사 소다라이브와 계약한\n크리에이터의 룰렛만 사용하실 수 있습니다.")
} }
// STEP 2 - 룰렛 데이터 가져오기 // STEP 2 - 룰렛 데이터 가져오기

View File

@@ -134,7 +134,7 @@ class RouletteService(
val host = room.member ?: throw SodaException("잘못된 요청입니다.") val host = room.member ?: throw SodaException("잘못된 요청입니다.")
if (host.role != MemberRole.CREATOR) { if (host.role != MemberRole.CREATOR) {
throw SodaException("비비드넥스트와 계약한\n크리에이터의 룰렛만 사용하실 수 있습니다.") throw SodaException("주식회사 소다라이브와 계약한\n크리에이터의 룰렛만 사용하실 수 있습니다.")
} }
// STEP 2 - 룰렛 데이터 가져오기 // STEP 2 - 룰렛 데이터 가져오기