From fc99e6324aaa4680fd04e26ea17a4bfb12cf6af5 Mon Sep 17 00:00:00 2001 From: Klaus Date: Fri, 27 Oct 2023 02:57:53 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B6=A9=EC=A0=84=EB=82=B4=EC=97=AD=20-=20?= =?UTF-8?q?=EA=B2=B0=EC=A0=9C=EC=88=98=EB=8B=A8=EC=97=90=20"=EC=A0=9C?= =?UTF-8?q?=ED=9C=B4=EB=B3=B4=EC=83=81"=20=ED=91=9C=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/kotlin/kr/co/vividnext/sodalive/can/CanService.kt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/can/CanService.kt b/src/main/kotlin/kr/co/vividnext/sodalive/can/CanService.kt index 297dc91..ea1fe34 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/can/CanService.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/can/CanService.kt @@ -107,6 +107,10 @@ class CanService(private val repository: CanRepository) { "관리자 지급" } + ChargeStatus.ADS -> { + "제휴보상" + } + else -> { "환불" } -- 2.40.1