fix(payverse): print 제거
This commit is contained in:
@@ -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" &&
|
||||
|
Reference in New Issue
Block a user