This repository has been archived by the owner on Oct 20, 2020. It is now read-only.
More transaction details
Added two new methods pertaining to retrieving transaction details after purchase/subscriptions;
- getPurchaseTransactionDetails(productId)
- getSubscriptionTransactionDetails(productId)
Both of these will return the same transaction details as when you did a purchase or subscription. This will allow you to re-check details at a later point.
Thanks to @thstarshine for his cleaned up PR of my pseudo-code!