google-play-billing-validator icon indicating copy to clipboard operation
google-play-billing-validator copied to clipboard

How to get productId and quantity?

Open Divad1111 opened this issue 4 years ago • 2 comments

Description

[Description of the bug]

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Sample code

// Include some code to help understand your context :)

Expected behavior:

[What you expected to happen]

Actual behavior:

[What actually happened]

Versions

You can get this information from executing npm version.

Divad1111 avatar Jan 20 '21 04:01 Divad1111

any more info/context?

Deishelon avatar Feb 23 '21 05:02 Deishelon

There is an issue with google API

I tried to call google API directly and it returned the same object this package is return

After checking the documentation we found there is more values should be returned: https://developers.google.com/android-publisher/api-ref/rest/v3/purchases.products/get https://developers.google.com/android-publisher/api-ref/rest/v3/purchases.products#ProductPurchase

basemanabulsi avatar Sep 10 '21 21:09 basemanabulsi