캔 쿠폰 시스템 #107

Merged
klaus merged 12 commits from test into main 2024-01-03 11:28:48 +00:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 538d4288bb - Show all commits

View File

@ -111,6 +111,10 @@ class CanService(private val repository: CanRepository) {
"제휴보상"
}
ChargeStatus.COUPON -> {
it.payment!!.method ?: "쿠폰충전"
}
else -> {
"환불"
}