Compare commits

...

2 Commits

1 changed files with 4 additions and 0 deletions

View File

@ -97,6 +97,10 @@ class CanService(private val repository: CanRepository) {
"환불"
}
ChargeStatus.ADMIN -> {
"관리자 지급"
}
else -> {
"환불"
}