test #147

Merged
klaus merged 4 commits from test into main 2024-03-22 10:08:02 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 34b5dcccfc - Show all commits

View File

@ -222,6 +222,7 @@ class ChargeService(
.consume("kr.co.vividnext.sodalive", request.productId, request.purchaseToken) .consume("kr.co.vividnext.sodalive", request.productId, request.purchaseToken)
.execute() ?: throw SodaException("결제정보에 오류가 있습니다.") .execute() ?: throw SodaException("결제정보에 오류가 있습니다.")
charge.payment?.receiptId = response.purchaseToken
charge.payment?.method = "구글(인 앱 결제)" charge.payment?.method = "구글(인 앱 결제)"
charge.payment?.status = PaymentStatus.COMPLETE charge.payment?.status = PaymentStatus.COMPLETE
member.charge(charge.chargeCan, charge.rewardCan, "aos") member.charge(charge.chargeCan, charge.rewardCan, "aos")