mirror of
https://github.com/defold/extension-iap
synced 2025-06-27 02:17:51 +02:00
Update IapGooglePlay.java
This commit is contained in:
parent
246fcd3179
commit
276437b981
@ -102,7 +102,7 @@ public class IapGooglePlay implements PurchasesUpdatedListener {
|
||||
p.put("date", toISO8601(new Date(purchase.getPurchaseTime())));
|
||||
p.put("receipt", purchase.getPurchaseToken());
|
||||
p.put("signature", purchase.getSignature());
|
||||
p.put("original_json", purchase.getOriginalJson())
|
||||
p.put("original_json", purchase.getOriginalJson());
|
||||
}
|
||||
catch (JSONException e) {
|
||||
Log.wtf(TAG, "Failed to convert purchase", e);
|
||||
|
Loading…
x
Reference in New Issue
Block a user