Update IapGooglePlay.java

This commit is contained in:
BigButtonCo 2021-04-12 19:26:56 +02:00 committed by GitHub
parent 246fcd3179
commit 276437b981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ public class IapGooglePlay implements PurchasesUpdatedListener {
p.put("date", toISO8601(new Date(purchase.getPurchaseTime()))); p.put("date", toISO8601(new Date(purchase.getPurchaseTime())));
p.put("receipt", purchase.getPurchaseToken()); p.put("receipt", purchase.getPurchaseToken());
p.put("signature", purchase.getSignature()); p.put("signature", purchase.getSignature());
p.put("original_json", purchase.getOriginalJson()) p.put("original_json", purchase.getOriginalJson());
} }
catch (JSONException e) { catch (JSONException e) {
Log.wtf(TAG, "Failed to convert purchase", e); Log.wtf(TAG, "Failed to convert purchase", e);