캔 쿠폰 시스템 #107
@@ -111,6 +111,10 @@ class CanService(private val repository: CanRepository) {
|
||||
"제휴보상"
|
||||
}
|
||||
|
||||
ChargeStatus.COUPON -> {
|
||||
it.payment!!.method ?: "쿠폰충전"
|
||||
}
|
||||
|
||||
else -> {
|
||||
"환불"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user