Compare commits

..

No commits in common. "406a421742770017e0b7fdce9ba4ac9504273520" and "10bf728faff9a20f2f8ffb4adaf8596960ba5e8f" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -202,7 +202,6 @@ class ChargeService(
return ChargeResponse(chargeId = charge.id!!)
}
@Transactional
fun googleVerify(user: User, request: GoogleVerifyRequest) {
val charge = chargeRepository.findByIdOrNull(request.chargeId)
?: throw SodaException("결제정보에 오류가 있습니다.")