Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.

More transaction details

Compare
Choose a tag to compare
@cbrevik cbrevik released this 26 Feb 18:14
· 84 commits to master since this release

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!