libgdx / gdx-pay

A libGDX cross-platform API for InApp purchasing.
Apache License 2.0
225 stars 83 forks source link

Cancel, Refunded purchaseState is not passed to Transaction for Google Play purchases #110

Closed keesvandieren closed 8 years ago

keesvandieren commented 8 years ago

com.badlogic.gdx.pay.android.googleplay.billing.converter.GetPurchasesResponseConverter#convertPurchasesResponseToTransactions does take purchaseState into account.

Purchases cancelled or refunded, will still be returned.

com.badlogic.gdx.pay.Transaction#reversalTime and com.badlogic.gdx.pay.Transaction#reversalText are null, even if transaction was reversed.

See also: https://developer.android.com/google/play/billing/billing_reference.html#purchase-data-table

keesvandieren commented 8 years ago

We will fix this issue soon.

keesvandieren commented 8 years ago

Fixed in 0.10.0