Compare commits
No commits in common. "9927268330cc12beb2c863b559e1c6707618a1a4" and "c45c97e29df7eab1eb7f8b5fa915bf0503c96fe7" have entirely different histories.
9927268330
...
c45c97e29d
|
@ -2,6 +2,7 @@ package kr.co.vividnext.sodalive.can.charge
|
|||
|
||||
import com.fasterxml.jackson.databind.ObjectMapper
|
||||
import com.google.api.services.androidpublisher.AndroidPublisher
|
||||
import com.google.api.services.androidpublisher.model.ProductPurchasesAcknowledgeRequest
|
||||
import kr.co.bootpay.Bootpay
|
||||
import kr.co.vividnext.sodalive.can.CanRepository
|
||||
import kr.co.vividnext.sodalive.can.charge.event.ChargeSpringEvent
|
||||
|
@ -264,6 +265,12 @@ class ChargeService(
|
|||
|
||||
while (attempt < retries) {
|
||||
try {
|
||||
androidPublisher.purchases().products().acknowledge(
|
||||
"kr.co.vividnext.sodalive",
|
||||
productId,
|
||||
purchaseToken,
|
||||
ProductPurchasesAcknowledgeRequest()
|
||||
)
|
||||
androidPublisher.purchases().products().consume(
|
||||
"kr.co.vividnext.sodalive",
|
||||
productId,
|
||||
|
|
Loading…
Reference in New Issue