Compare commits
No commits in common. "78b9b00f7714acb4e2d0f62ba5fc070fa42ea5d8" and "0ee7faa55199824a79e8c61f5221e1599df8cd2b" have entirely different histories.
78b9b00f77
...
0ee7faa551
|
@ -107,10 +107,6 @@ class CanService(private val repository: CanRepository) {
|
||||||
"관리자 지급"
|
"관리자 지급"
|
||||||
}
|
}
|
||||||
|
|
||||||
ChargeStatus.ADS -> {
|
|
||||||
"제휴보상"
|
|
||||||
}
|
|
||||||
|
|
||||||
else -> {
|
else -> {
|
||||||
"환불"
|
"환불"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue