test #147
|
@ -213,7 +213,6 @@ class ChargeService(
|
|||
val response = androidPublisher.purchases().products()
|
||||
.get("kr.co.vividnext.sodalive", request.productId, request.purchaseToken)
|
||||
.execute() ?: throw SodaException("결제정보에 오류가 있습니다.")
|
||||
|
||||
if (
|
||||
response.purchaseState == 0 &&
|
||||
response.consumptionState == 0 &&
|
||||
|
@ -233,8 +232,6 @@ class ChargeService(
|
|||
memberId = member.id!!
|
||||
)
|
||||
)
|
||||
} else {
|
||||
throw SodaException("결제정보에 오류가 있습니다.")
|
||||
}
|
||||
} else {
|
||||
throw SodaException("결제정보에 오류가 있습니다.")
|
||||
|
|
Loading…
Reference in New Issue