test #147

Merged
klaus merged 4 commits from test into main 2024-03-22 10:08:02 +00:00
Showing only changes of commit 4023476685 - Show all commits

View File

@@ -232,6 +232,8 @@ class ChargeService(
memberId = member.id!! memberId = member.id!!
) )
) )
} else {
throw SodaException("결제정보에 오류가 있습니다.")
} }
} else { } else {
throw SodaException("결제정보에 오류가 있습니다.") throw SodaException("결제정보에 오류가 있습니다.")