fix(payverse): print 제거

This commit is contained in:
2025-09-30 17:22:39 +09:00
parent 1bd6f8da4e
commit aab2417976

View File

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