feat(admin-charge): 관리자 캔 환불 API로 미사용 7일 이내 환불을 처리한다

This commit is contained in:
2026-03-05 17:05:05 +09:00
parent 12f3a76c57
commit 21d26b76f4
6 changed files with 430 additions and 0 deletions

View File

@@ -614,6 +614,16 @@ class SodaMessageSource {
Lang.KO to "%s 캔이 부족합니다. 충전 후 이용해 주세요.",
Lang.EN to "You are short of %s cans. Please recharge and try again.",
Lang.JA to "%sCANが不足しています。チャージしてからご利用ください。"
),
"can.payment.refund.used_not_allowed" to mapOf(
Lang.KO to "사용한 캔은 환불할 수 없습니다.",
Lang.EN to "Used cans cannot be refunded.",
Lang.JA to "使用したCANは返金できません。"
),
"can.payment.refund.days_exceeded" to mapOf(
Lang.KO to "충천 후 %s일이 지나서 환불할 수 없습니다.",
Lang.EN to "Refund is not available because %s days have passed since charging.",
Lang.JA to "チャージ後%s日が経過しているため返金できません。"
)
)