payverse 적용 #344

Merged
klaus merged 44 commits from test into main 2025-10-10 07:44:07 +00:00
Showing only changes of commit aab2417976 - Show all commits

View File

@@ -285,7 +285,6 @@ class ChargeService(
} }
val body = response.body?.string() ?: throw SodaException("결제정보에 오류가 있습니다.") val body = response.body?.string() ?: throw SodaException("결제정보에 오류가 있습니다.")
print(body)
val verifyResponse = objectMapper.readValue(body, PayverseVerifyResponse::class.java) val verifyResponse = objectMapper.readValue(body, PayverseVerifyResponse::class.java)
val isSuccess = verifyResponse.resultStatus == "SUCCESS" && val isSuccess = verifyResponse.resultStatus == "SUCCESS" &&