-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parse product details of GPBL v5 - v7
Summary: The Product Detail JSON Object returned by Google stores the price and currency information in a json object called [OneTimePurchaseOfferDetails](https://developer.android.com/reference/com/android/billingclient/api/ProductDetails.OneTimePurchaseOfferDetails). Therefore, to auto-log IAP events coming from GPBL v5+, we need to parse this new object for the purchase data. Reviewed By: jjiang10 Differential Revision: D62040332 fbshipit-source-id: a18a416ee965e2f6cdd69ad757d0ab50494a8710
- Loading branch information
1 parent
f598208
commit 97e922b
Showing
3 changed files
with
456 additions
and
347 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.