Google API Developer: purchases.products.get is ignoring productId value and always returns 200

391 views Asked by At

When call GET method on https://www.googleapis.com/androidpublisher/v3/applications/{packageId}/purchases/subscriptions/{productId}/tokens/{token} it is ignoring productId value and always returns 200, whether its the correct product id or not, previously it used to reutn an error if its not correct

1

There are 1 answers

0
Vasily Kolesnikov On

There is an issue on Google bug-tracker: https://issuetracker.google.com/issues/169870112