Compare commits

..

No commits in common. "e918d809eb3f9843c0e077a3855a310540f2c975" and "7af059e54384f5989624e1d0a391657f422fab17" have entirely different histories.

1 changed files with 0 additions and 4 deletions

View File

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